We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61c776 commit 456592fCopy full SHA for 456592f
4-projects/modules/infra_pipelines/main.tf
@@ -106,7 +106,7 @@ resource "google_artifact_registry_repository_iam_member" "terraform-image-iam"
106
project = local.gar_project_id
107
location = local.gar_region
108
repository = local.gar_name
109
- role = "roles/artifactregistry.admin"
+ role = "roles/artifactregistry.writer"
110
member = "serviceAccount:${local.workspace_sa_email[each.key]}"
111
}
112
0 commit comments