Skip to content

Commit 039c927

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-router/google to v8 (#2485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60ad0b6 commit 039c927

File tree

1 file changed

+5
-5
lines changed
  • examples/island_cluster_anywhere_in_gcp_design

1 file changed

+5
-5
lines changed

examples/island_cluster_anywhere_in_gcp_design/network.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ resource "google_compute_network_attachment" "router_net_attachment" {
163163

164164
module "cloud_router" {
165165
source = "terraform-google-modules/cloud-router/google"
166-
version = "~> 7.0"
166+
version = "~> 8.0"
167167
for_each = { for k, v in var.gke_spokes : k => v }
168168

169-
name = "router-${each.value["cluster_name"]}-${random_id.rand.hex}"
170-
project = each.value["project_id"]
171-
network = module.net[each.key].network_name
172-
region = var.region
169+
name = "router-${each.value["cluster_name"]}-${random_id.rand.hex}"
170+
project_id = each.value["project_id"]
171+
network = module.net[each.key].network_name
172+
region = var.region
173173
}
174174

175175
resource "google_compute_router_nat" "nat_type" {

0 commit comments

Comments
 (0)