We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb2b11 commit 970671fCopy full SHA for 970671f
modules/beta-private-cluster-update-variant/cluster.tf
@@ -381,7 +381,7 @@ resource "google_container_node_pool" "pools" {
381
}
382
383
lifecycle {
384
- ignore_changes = [initial_node_count]
+ ignore_changes = [initial_node_count]
385
create_before_destroy = true
386
387
modules/private-cluster-update-variant/cluster.tf
@@ -285,7 +285,7 @@ resource "google_container_node_pool" "pools" {
285
286
287
288
289
290
291
0 commit comments