Skip to content

Commit 17d1507

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-nat/google to ~> 5.3.0 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Imran Nayer <[email protected]>
1 parent 61f1f40 commit 17d1507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ resource "google_compute_router" "router" {
8686

8787
module "cloud_nat_shared_vpc" {
8888
source = "terraform-google-modules/cloud-nat/google"
89-
version = "~> 5.0.0"
89+
version = "~> 5.3.0"
9090
project_id = module.project.project_id
9191
region = "us-central1"
9292
router = google_compute_router.router.name

0 commit comments

Comments
 (0)