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 @@ -697,7 +697,7 @@ resource "google_container_node_pool" "windows_pools" {
697
697
standard_rollout_policy {
698
698
batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s")
699
699
batch_percentage = lookup(each.value, "batch_percentage", null)
700
- batch_node_count = lookup(each.value, "batch_node_count", null )
700
+ batch_node_count = lookup(each.value, "batch_node_count", 1 )
701
701
}
702
702
}
703
703
}
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ resource "google_container_node_pool" "pools" {
418
418
standard_rollout_policy {
419
419
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
420
420
batch_percentage = lookup (each. value , " batch_percentage" , null )
421
- batch_node_count = lookup (each. value , " batch_node_count" , null )
421
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
422
422
}
423
423
}
424
424
}
@@ -604,7 +604,7 @@ resource "google_container_node_pool" "windows_pools" {
604
604
standard_rollout_policy {
605
605
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
606
606
batch_percentage = lookup (each. value , " batch_percentage" , null )
607
- batch_node_count = lookup (each. value , " batch_node_count" , null )
607
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
608
608
}
609
609
}
610
610
}
Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ resource "google_container_node_pool" "pools" {
607
607
standard_rollout_policy {
608
608
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
609
609
batch_percentage = lookup (each. value , " batch_percentage" , null )
610
- batch_node_count = lookup (each. value , " batch_node_count" , null )
610
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
611
611
}
612
612
}
613
613
}
@@ -833,7 +833,7 @@ resource "google_container_node_pool" "windows_pools" {
833
833
standard_rollout_policy {
834
834
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
835
835
batch_percentage = lookup (each. value , " batch_percentage" , null )
836
- batch_node_count = lookup (each. value , " batch_node_count" , null )
836
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
837
837
}
838
838
}
839
839
}
Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ resource "google_container_node_pool" "pools" {
513
513
standard_rollout_policy {
514
514
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
515
515
batch_percentage = lookup (each. value , " batch_percentage" , null )
516
- batch_node_count = lookup (each. value , " batch_node_count" , null )
516
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
517
517
}
518
518
}
519
519
}
@@ -738,7 +738,7 @@ resource "google_container_node_pool" "windows_pools" {
738
738
standard_rollout_policy {
739
739
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
740
740
batch_percentage = lookup (each. value , " batch_percentage" , null )
741
- batch_node_count = lookup (each. value , " batch_node_count" , null )
741
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
742
742
}
743
743
}
744
744
}
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ resource "google_container_node_pool" "pools" {
587
587
standard_rollout_policy {
588
588
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
589
589
batch_percentage = lookup (each. value , " batch_percentage" , null )
590
- batch_node_count = lookup (each. value , " batch_node_count" , null )
590
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
591
591
}
592
592
}
593
593
}
@@ -812,7 +812,7 @@ resource "google_container_node_pool" "windows_pools" {
812
812
standard_rollout_policy {
813
813
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
814
814
batch_percentage = lookup (each. value , " batch_percentage" , null )
815
- batch_node_count = lookup (each. value , " batch_node_count" , null )
815
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
816
816
}
817
817
}
818
818
}
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ resource "google_container_node_pool" "pools" {
493
493
standard_rollout_policy {
494
494
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
495
495
batch_percentage = lookup (each. value , " batch_percentage" , null )
496
- batch_node_count = lookup (each. value , " batch_node_count" , null )
496
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
497
497
}
498
498
}
499
499
}
@@ -717,7 +717,7 @@ resource "google_container_node_pool" "windows_pools" {
717
717
standard_rollout_policy {
718
718
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
719
719
batch_percentage = lookup (each. value , " batch_percentage" , null )
720
- batch_node_count = lookup (each. value , " batch_node_count" , null )
720
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
721
721
}
722
722
}
723
723
}
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ resource "google_container_node_pool" "pools" {
531
531
standard_rollout_policy {
532
532
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
533
533
batch_percentage = lookup (each. value , " batch_percentage" , null )
534
- batch_node_count = lookup (each. value , " batch_node_count" , null )
534
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
535
535
}
536
536
}
537
537
}
@@ -718,7 +718,7 @@ resource "google_container_node_pool" "windows_pools" {
718
718
standard_rollout_policy {
719
719
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
720
720
batch_percentage = lookup (each. value , " batch_percentage" , null )
721
- batch_node_count = lookup (each. value , " batch_node_count" , null )
721
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
722
722
}
723
723
}
724
724
}
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ resource "google_container_node_pool" "pools" {
437
437
standard_rollout_policy {
438
438
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
439
439
batch_percentage = lookup (each. value , " batch_percentage" , null )
440
- batch_node_count = lookup (each. value , " batch_node_count" , null )
440
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
441
441
}
442
442
}
443
443
}
@@ -623,7 +623,7 @@ resource "google_container_node_pool" "windows_pools" {
623
623
standard_rollout_policy {
624
624
batch_soak_duration = lookup (each. value , " batch_soak_duration" , " 0s" )
625
625
batch_percentage = lookup (each. value , " batch_percentage" , null )
626
- batch_node_count = lookup (each. value , " batch_node_count" , null )
626
+ batch_node_count = lookup (each. value , " batch_node_count" , 1 )
627
627
}
628
628
}
629
629
}
You can’t perform that action at this time.
0 commit comments