Skip to content

Commit

Permalink
Add missing permission. cloud-commerce-producer needs configEditor (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
daisy1754 authored Aug 1, 2024
1 parent d28ca8e commit d3cc138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/terraform/setup/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ resource "google_project_iam_member" "cloud-commerce-marketplace_admin" {
role = "roles/servicemanagement.admin"
}

resource "google_project_iam_member" "cloud-commerce-produer-config-editor" {
project = google_project.gcp-marketplace-public.id
member = "serviceAccount:[email protected]"
role = "roles/servicemanagement.configEditor"
}

#give google access to this project
resource "google_project_iam_member" "cloud-commerce-procurement_admin" {
project = google_project.isv-public.id
Expand Down

0 comments on commit d3cc138

Please sign in to comment.