Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/network/google…
Browse files Browse the repository at this point in the history
… to v9
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 077757a commit 18740a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nat_with_compute_engine/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# [START vpc_network_nat_gce]
module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id # Replace this with your project ID in quotes
network_name = "custom-network1"
mtu = 1460
Expand Down
2 changes: 1 addition & 1 deletion examples/nat_with_gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# [START vpc_network_nat_gke]
module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id # Replace this with your project ID in quotes
network_name = "custom-network1"
mtu = 1460
Expand Down

0 comments on commit 18740a5

Please sign in to comment.