From 51b5162ad56d3904014b8e94c3496899555ae77e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:36:17 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/cloud-nat/google to ~> 5.3.0 --- test/setup/vpc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup/vpc.tf b/test/setup/vpc.tf index 2f2d3f2a..005761cc 100644 --- a/test/setup/vpc.tf +++ b/test/setup/vpc.tf @@ -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