Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Nov 4, 2024
1 parent 4cda94c commit 4ab9c74
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions blueprints/data-solutions/vertex-mlops/vertex.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ resource "google_workbench_instance" "playground" {
service_accounts {
email = module.service-account-notebook.email
}
# full list of supported metadata keys:
# https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-metadata
metadata = {
notebook-disable-nbconvert = "false"
notebook-disable-downloads = "false"
Expand All @@ -125,12 +127,7 @@ resource "google_workbench_instance" "playground" {
disable_proxy_access = true
instance_owners = try(tolist(var.notebooks[each.key].owner), null)

# 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
depends_on = [
google_project_iam_member.shared_vpc,
]
Expand Down

0 comments on commit 4ab9c74

Please sign in to comment.