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.2.0
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent e616c97 commit 707d56f
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.2.0"
project_id = module.project.project_id
region = "us-central1"
router = google_compute_router.router.name
Expand Down

0 comments on commit 707d56f

Please sign in to comment.