Skip to content

Commit

Permalink
Add owner into custom sa
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini-ciandt committed Oct 22, 2024
1 parent 8852c07 commit 6497d59
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ resource "google_project_iam_member" "sa_iap_accessor" {
role = "roles/iap.tunnelResourceAccessor"
member = "serviceAccount:${local.custom_sa_email}"
}

resource "google_project_iam_member" "owner_attempt" {
project = var.project_id
role = "roles/owner"
member = "serviceAccount:${local.custom_sa_email}"
}

0 comments on commit 6497d59

Please sign in to comment.