Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/cloud-nat/goog…
Browse files Browse the repository at this point in the history
…le to ~> 5.3.0
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent f44a42a commit 6b692d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "google_compute_router" "router" {

module "cloud_nat_shared_vpc" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 5.0.0"
version = "~> 5.3.0"
project_id = module.project.project_id
region = "us-central1"
router = google_compute_router.router.name
Expand Down

0 comments on commit 6b692d5

Please sign in to comment.