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 v10
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent eeee4b0 commit ca616a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/island_cluster_anywhere_in_gcp_design/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module "net" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"

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

Expand Down
2 changes: 1 addition & 1 deletion examples/island_cluster_with_vm_router/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "google_service_account" "gke-sa" {

module "net" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"

network_name = "gke-net-${random_id.rand.hex}"
routing_mode = "GLOBAL"
Expand Down
2 changes: 1 addition & 1 deletion examples/safer_cluster_iap_bastion/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 9.3"
version = "~> 10.0"

project_id = module.enabled_google_apis.project_id
network_name = var.network_name
Expand Down

0 comments on commit ca616a3

Please sign in to comment.