File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
beta-private-cluster-update-variant
beta-public-cluster-update-variant
private-cluster-update-variant Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ resource "google_container_node_pool" "windows_pools" {
871
871
disk_type = lookup(each.value, "disk_type", "pd-standard")
872
872
873
873
dynamic "ephemeral_storage_local_ssd_config" {
874
- for_each = lookup(each.value, "local_ssd_ephemeral_storage_count", 0) > 0 ? [each.value.local_ssd_ephemeral_count ] : []
874
+ for_each = lookup(each.value, "local_ssd_ephemeral_storage_count", 0) > 0 ? [each.value.local_ssd_ephemeral_storage_count ] : []
875
875
content {
876
876
local_ssd_count = ephemeral_storage_local_ssd_config.value
877
877
}
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ resource "google_container_node_pool" "pools" {
596
596
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
597
597
598
598
dynamic "ephemeral_storage_local_ssd_config" {
599
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
599
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
600
600
content {
601
601
local_ssd_count = ephemeral_storage_local_ssd_config. value
602
602
}
@@ -834,7 +834,7 @@ resource "google_container_node_pool" "windows_pools" {
834
834
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
835
835
836
836
dynamic "ephemeral_storage_local_ssd_config" {
837
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
837
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
838
838
content {
839
839
local_ssd_count = ephemeral_storage_local_ssd_config. value
840
840
}
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ resource "google_container_node_pool" "pools" {
757
757
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
758
758
759
759
dynamic "ephemeral_storage_local_ssd_config" {
760
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
760
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
761
761
content {
762
762
local_ssd_count = ephemeral_storage_local_ssd_config. value
763
763
}
@@ -1021,7 +1021,7 @@ resource "google_container_node_pool" "windows_pools" {
1021
1021
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
1022
1022
1023
1023
dynamic "ephemeral_storage_local_ssd_config" {
1024
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
1024
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
1025
1025
content {
1026
1026
local_ssd_count = ephemeral_storage_local_ssd_config. value
1027
1027
}
Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ resource "google_container_node_pool" "pools" {
681
681
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
682
682
683
683
dynamic "ephemeral_storage_local_ssd_config" {
684
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
684
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
685
685
content {
686
686
local_ssd_count = ephemeral_storage_local_ssd_config. value
687
687
}
@@ -944,7 +944,7 @@ resource "google_container_node_pool" "windows_pools" {
944
944
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
945
945
946
946
dynamic "ephemeral_storage_local_ssd_config" {
947
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
947
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
948
948
content {
949
949
local_ssd_count = ephemeral_storage_local_ssd_config. value
950
950
}
Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ resource "google_container_node_pool" "pools" {
738
738
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
739
739
740
740
dynamic "ephemeral_storage_local_ssd_config" {
741
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
741
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
742
742
content {
743
743
local_ssd_count = ephemeral_storage_local_ssd_config. value
744
744
}
@@ -1002,7 +1002,7 @@ resource "google_container_node_pool" "windows_pools" {
1002
1002
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
1003
1003
1004
1004
dynamic "ephemeral_storage_local_ssd_config" {
1005
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
1005
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
1006
1006
content {
1007
1007
local_ssd_count = ephemeral_storage_local_ssd_config. value
1008
1008
}
Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ resource "google_container_node_pool" "pools" {
662
662
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
663
663
664
664
dynamic "ephemeral_storage_local_ssd_config" {
665
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
665
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
666
666
content {
667
667
local_ssd_count = ephemeral_storage_local_ssd_config. value
668
668
}
@@ -925,7 +925,7 @@ resource "google_container_node_pool" "windows_pools" {
925
925
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
926
926
927
927
dynamic "ephemeral_storage_local_ssd_config" {
928
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
928
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
929
929
content {
930
930
local_ssd_count = ephemeral_storage_local_ssd_config. value
931
931
}
Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ resource "google_container_node_pool" "pools" {
691
691
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
692
692
693
693
dynamic "ephemeral_storage_local_ssd_config" {
694
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
694
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
695
695
content {
696
696
local_ssd_count = ephemeral_storage_local_ssd_config. value
697
697
}
@@ -930,7 +930,7 @@ resource "google_container_node_pool" "windows_pools" {
930
930
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
931
931
932
932
dynamic "ephemeral_storage_local_ssd_config" {
933
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
933
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
934
934
content {
935
935
local_ssd_count = ephemeral_storage_local_ssd_config. value
936
936
}
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ resource "google_container_node_pool" "pools" {
615
615
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
616
616
617
617
dynamic "ephemeral_storage_local_ssd_config" {
618
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
618
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
619
619
content {
620
620
local_ssd_count = ephemeral_storage_local_ssd_config. value
621
621
}
@@ -853,7 +853,7 @@ resource "google_container_node_pool" "windows_pools" {
853
853
disk_type = lookup (each. value , " disk_type" , " pd-standard" )
854
854
855
855
dynamic "ephemeral_storage_local_ssd_config" {
856
- for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_count ] : []
856
+ for_each = lookup (each. value , " local_ssd_ephemeral_storage_count" , 0 ) > 0 ? [each . value . local_ssd_ephemeral_storage_count ] : []
857
857
content {
858
858
local_ssd_count = ephemeral_storage_local_ssd_config. value
859
859
}
You can’t perform that action at this time.
0 commit comments