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 @@ -587,8 +587,8 @@ locals {
587
587
588
588
# This keepers list is based on the terraform google provider schemaNodeConfig
589
589
# 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
592
592
resource "random_id" "name" {
593
593
for_each = merge(local.node_pools, local.windows_node_pools)
594
594
byte_length = 2
Original file line number Diff line number Diff line change @@ -502,8 +502,8 @@ locals {
502
502
503
503
# This keepers list is based on the terraform google provider schemaNodeConfig
504
504
# 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
507
507
resource "random_id" "name" {
508
508
for_each = merge (local. node_pools , local. windows_node_pools )
509
509
byte_length = 2
Original file line number Diff line number Diff line change @@ -483,8 +483,8 @@ locals {
483
483
484
484
# This keepers list is based on the terraform google provider schemaNodeConfig
485
485
# 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
488
488
resource "random_id" "name" {
489
489
for_each = merge (local. node_pools , local. windows_node_pools )
490
490
byte_length = 2
Original file line number Diff line number Diff line change @@ -429,8 +429,8 @@ locals {
429
429
430
430
# This keepers list is based on the terraform google provider schemaNodeConfig
431
431
# 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
434
434
resource "random_id" "name" {
435
435
for_each = merge (local. node_pools , local. windows_node_pools )
436
436
byte_length = 2
You can’t perform that action at this time.
0 commit comments