Skip to content

Commit 51b5162

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-nat/google to ~> 5.3.0
1 parent 682faac commit 51b5162

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)