File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
beta-private-cluster-update-variant
beta-public-cluster-update-variant
private-cluster-update-variant Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -550,8 +550,8 @@ locals {
550
550
551
551
# This keepers list is based on the terraform google provider schemaNodeConfig
552
552
# 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
555
555
resource "random_id" "name" {
556
556
for_each = merge(local.node_pools, local.windows_node_pools)
557
557
byte_length = 2
Original file line number Diff line number Diff line change @@ -473,8 +473,8 @@ locals {
473
473
474
474
# This keepers list is based on the terraform google provider schemaNodeConfig
475
475
# 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
478
478
resource "random_id" "name" {
479
479
for_each = merge (local. node_pools , local. windows_node_pools )
480
480
byte_length = 2
Original file line number Diff line number Diff line change @@ -454,8 +454,8 @@ locals {
454
454
455
455
# This keepers list is based on the terraform google provider schemaNodeConfig
456
456
# 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
459
459
resource "random_id" "name" {
460
460
for_each = merge (local. node_pools , local. windows_node_pools )
461
461
byte_length = 2
Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ locals {
404
404
405
405
# This keepers list is based on the terraform google provider schemaNodeConfig
406
406
# 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
409
409
resource "random_id" "name" {
410
410
for_each = merge (local. node_pools , local. windows_node_pools )
411
411
byte_length = 2
You can’t perform that action at this time.
0 commit comments