ignore entire node config in standard cluster (#1348)

This commit is contained in:
Ludovico Magnocavallo 2023-05-02 15:23:02 +02:00 committed by GitHub
parent 94589efc34
commit 98c8643886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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]
}
}