diff --git a/test/setup/main.tf b/test/setup/main.tf index c0d7712..4140f56 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -109,7 +109,7 @@ resource "google_compute_firewall" "allow-health-check" { // Cloud Nat module "cloud-nat" { source = "terraform-google-modules/cloud-nat/google" - version = "~> 5.0" + version = "~> 6.0" project_id = module.svpc.project_id network = module.svpc.network_name region = var.subnet_region