Skip to content

Commit 4abaa70

Browse files
chore(deps): update terraform terraform-google-modules/cloud-nat/google to v4 (#1677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18b6fb9 commit 4abaa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/safer_cluster_iap_bastion/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module "vpc" {
4949

5050
module "cloud-nat" {
5151
source = "terraform-google-modules/cloud-nat/google"
52-
version = "~> 3.0"
52+
version = "~> 4.0"
5353
project_id = module.enabled_google_apis.project_id
5454
region = var.region
5555
router = "safer-router"

0 commit comments

Comments
 (0)