Skip to content

Commit

Permalink
address review comments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gericdong committed Dec 20, 2023
1 parent 9cc203a commit e6c6c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertex_ai/metadata_store_cmek/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "google_vertex_ai_metadata_store" "default" {
kms_key_name = google_kms_crypto_key.default.id
}

depends_on = [google_project_iam_member.service_account_access]
depends_on = [google_project_iam_member.default]
}

resource "random_id" "default" {
Expand Down

0 comments on commit e6c6c67

Please sign in to comment.