Merge pull request #1154 from GoogleCloudPlatform/lcaggio/workaround-9164

Workaround to mitigate provider issue 9164
This commit is contained in:
lcaggio 2023-02-14 06:37:18 +01:00 committed by GitHub
commit 603bb562d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -217,6 +217,11 @@ resource "google_notebooks_instance" "playground" {
service_account = module.service-account-notebook.email
# Remove once terraform-provider-google/issues/9164 is fixed
lifecycle {
ignore_changes = [disk_encryption, kms_key]
}
#TODO Uncomment once terraform-provider-google/issues/9273 is fixed
# tags = ["ssh"]
depends_on = [