Skip to content

Commit 131278a

Browse files
committed
fix: update dead links for moved files
1 parent f077184 commit 131278a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

autogen/main/cluster.tf.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ locals {
550550

551551
# This keepers list is based on the terraform google provider schemaNodeConfig
552552
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
553-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
554-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
553+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
554+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
555555
resource "random_id" "name" {
556556
for_each = merge(local.node_pools, local.windows_node_pools)
557557
byte_length = 2

modules/beta-private-cluster-update-variant/cluster.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ locals {
473473

474474
# This keepers list is based on the terraform google provider schemaNodeConfig
475475
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
476-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
477-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
476+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
477+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
478478
resource "random_id" "name" {
479479
for_each = merge(local.node_pools, local.windows_node_pools)
480480
byte_length = 2

modules/beta-public-cluster-update-variant/cluster.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ locals {
454454

455455
# This keepers list is based on the terraform google provider schemaNodeConfig
456456
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
457-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
458-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
457+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
458+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
459459
resource "random_id" "name" {
460460
for_each = merge(local.node_pools, local.windows_node_pools)
461461
byte_length = 2

modules/private-cluster-update-variant/cluster.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ locals {
404404

405405
# This keepers list is based on the terraform google provider schemaNodeConfig
406406
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
407-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
408-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
407+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
408+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
409409
resource "random_id" "name" {
410410
for_each = merge(local.node_pools, local.windows_node_pools)
411411
byte_length = 2

0 commit comments

Comments
 (0)