Skip to content

Commit

Permalink
Merge pull request #1154 from GoogleCloudPlatform/lcaggio/workaround-…
Browse files Browse the repository at this point in the history
…9164

Workaround to mitigate provider issue 9164
  • Loading branch information
lcaggio authored Feb 14, 2023
2 parents 3a0a1e2 + ebc4bc5 commit 603bb56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blueprints/data-solutions/data-playground/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 603bb56

Please sign in to comment.