Agent Engine: remove unnecesary permission after bug fix (#3926)

This commit is contained in:
Luca Prete
2026-05-04 09:05:48 +02:00
committed by GitHub
parent b4ade637fd
commit 4cf46f2dd9
12 changed files with 23 additions and 80 deletions

View File

@@ -24,9 +24,7 @@ variable "service_account_config" {
name = optional(string)
roles = optional(list(string), [
"roles/aiplatform.user",
"roles/storage.objectViewer",
# TODO: remove when b/441480710 is solved
"roles/viewer"
"roles/storage.objectViewer"
])
})
nullable = false