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 v4 (#183)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 30, 2023
1 parent 41656d6 commit 2c42a48
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 = "~> 2.0"
version = "~> 4.0"
project_id = module.svpc.project_id
network = module.svpc.network_name
region = var.subnet_region
Expand Down

0 comments on commit 2c42a48

Please sign in to comment.