Skip to content

Commit

Permalink
ignore entire node config in standard cluster (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored May 2, 2023
1 parent 94589ef commit 98c8643
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/gke-cluster-standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,7 @@ resource "google_container_cluster" "cluster" {
}
}
lifecycle {
ignore_changes = [
node_config[0].boot_disk_kms_key,
node_config[0].spot
]
ignore_changes = [node_config]
}
}

Expand Down

0 comments on commit 98c8643

Please sign in to comment.