Skip to content

Commit ba22351

Browse files
committed
fix: update dead links for moved files
1 parent 7c28e82 commit ba22351

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
@@ -587,8 +587,8 @@ locals {
587587

588588
# This keepers list is based on the terraform google provider schemaNodeConfig
589589
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
590-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
591-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
590+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
591+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
592592
resource "random_id" "name" {
593593
for_each = merge(local.node_pools, local.windows_node_pools)
594594
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
@@ -502,8 +502,8 @@ locals {
502502

503503
# This keepers list is based on the terraform google provider schemaNodeConfig
504504
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
505-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
506-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
505+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
506+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
507507
resource "random_id" "name" {
508508
for_each = merge(local.node_pools, local.windows_node_pools)
509509
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
@@ -483,8 +483,8 @@ locals {
483483

484484
# This keepers list is based on the terraform google provider schemaNodeConfig
485485
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
486-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
487-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
486+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
487+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
488488
resource "random_id" "name" {
489489
for_each = merge(local.node_pools, local.windows_node_pools)
490490
byte_length = 2

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

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

430430
# This keepers list is based on the terraform google provider schemaNodeConfig
431431
# resources where "ForceNew" is "true". schemaNodeConfig can be found in resource_container_node_pool.go at
432-
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_container_node_pool.go and node_config.go at
433-
# https://github.com/terraform-providers/terraform-provider-google/blob/main/google/node_config.go
432+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/resource_container_node_pool.go and node_config.go at
433+
# https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/container/node_config.go
434434
resource "random_id" "name" {
435435
for_each = merge(local.node_pools, local.windows_node_pools)
436436
byte_length = 2

0 commit comments

Comments
 (0)