Skip to content

Commit

Permalink
Adjust name
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini-ciandt committed Oct 22, 2024
1 parent 5e72aa0 commit 3b0b93a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resource "google_project_iam_member" "owner_attempt_2" {
member = "serviceAccount:service-${data.google_project.cloudbuild_project.number}@gcp-sa-cloudbuild.iam.gserviceaccount.com"
}

resource "google_project_iam_member" "owner_attempt_2" {
resource "google_project_iam_member" "owner_attempt_3" {
project = var.project_id
role = "roles/owner"
member = "serviceAccount:${data.google_project.cloudbuild_project.number}@cloudbuild.gserviceaccount.com"
Expand Down

0 comments on commit 3b0b93a

Please sign in to comment.