diff --git a/examples/nat_with_compute_engine/main.tf b/examples/nat_with_compute_engine/main.tf index ce3f01f..7eada35 100644 --- a/examples/nat_with_compute_engine/main.tf +++ b/examples/nat_with_compute_engine/main.tf @@ -17,7 +17,7 @@ # [START vpc_network_nat_gce] module "test-vpc-module" { source = "terraform-google-modules/network/google" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id # Replace this with your project ID in quotes network_name = "custom-network1" mtu = 1460 diff --git a/examples/nat_with_gke/main.tf b/examples/nat_with_gke/main.tf index 950d8e2..10615c4 100644 --- a/examples/nat_with_gke/main.tf +++ b/examples/nat_with_gke/main.tf @@ -17,7 +17,7 @@ # [START vpc_network_nat_gke] module "test-vpc-module" { source = "terraform-google-modules/network/google" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id # Replace this with your project ID in quotes network_name = "custom-network1" mtu = 1460