Skip to content

Commit a3ae61f

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v11 (#2343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5034fba commit a3ae61f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/confidential_safer_cluster/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "gcp-network" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 10.0"
19+
version = "~> 11.0"
2020

2121
project_id = var.project_id
2222
network_name = local.network_name

examples/island_cluster_anywhere_in_gcp_design/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module "net" {
1616
source = "terraform-google-modules/network/google"
17-
version = "~> 10.0"
17+
version = "~> 11.0"
1818

1919
for_each = { for k, v in var.gke_spokes : k => v }
2020

examples/island_cluster_with_vm_router/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "google_service_account" "gke-sa" {
2525

2626
module "net" {
2727
source = "terraform-google-modules/network/google"
28-
version = "~> 10.0"
28+
version = "~> 11.0"
2929

3030
network_name = "gke-net-${random_id.rand.hex}"
3131
routing_mode = "GLOBAL"

examples/safer_cluster_iap_bastion/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
module "vpc" {
1919
source = "terraform-google-modules/network/google"
20-
version = "~> 10.0"
20+
version = "~> 11.0"
2121

2222
project_id = module.enabled_google_apis.project_id
2323
network_name = var.network_name

0 commit comments

Comments
 (0)