File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ resource "google_container_cluster" "primary" {
143143 }
144144
145145 lifecycle {
146- ignore_changes = [node_pool]
146+ ignore_changes = [node_pool, initial_node_count ]
147147 }
148148
149149 timeouts {
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ resource "google_container_cluster" "primary" {
9999 }
100100
101101 lifecycle {
102- ignore_changes = [node_pool ]
102+ ignore_changes = [node_pool , initial_node_count ]
103103 }
104104
105105 timeouts {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ resource "google_container_cluster" "primary" {
135135 }
136136
137137 lifecycle {
138- ignore_changes = [node_pool ]
138+ ignore_changes = [node_pool , initial_node_count ]
139139 }
140140
141141 timeouts {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ resource "google_container_cluster" "primary" {
135135 }
136136
137137 lifecycle {
138- ignore_changes = [node_pool ]
138+ ignore_changes = [node_pool , initial_node_count ]
139139 }
140140
141141 timeouts {
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ resource "google_container_cluster" "primary" {
9999 }
100100
101101 lifecycle {
102- ignore_changes = [node_pool ]
102+ ignore_changes = [node_pool , initial_node_count ]
103103 }
104104
105105 timeouts {
You can’t perform that action at this time.
0 commit comments