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 v5
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 16b77b0 commit ce5855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resource "google_compute_firewall" "allow-health-check" {
// Cloud Nat
module "cloud-nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 4.0"
version = "~> 5.0"
project_id = module.svpc.project_id
network = module.svpc.network_name
region = var.subnet_region
Expand Down

0 comments on commit ce5855b

Please sign in to comment.