Skip to content

Commit

Permalink
Merge pull request #8 from ava-labs/feature/INFRA-4521-atlantis-sa
Browse files Browse the repository at this point in the history
fix: updating gke atlantis service acct user grant to use service account id
  • Loading branch information
avamarcus authored Dec 5, 2024
2 parents ab9ee12 + cab5e50 commit 336da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/beta-public-cluster/sa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ resource "google_service_account_iam_member" "cluster_service_account-atlantis-s
count = var.create_service_account && var.grant_atlantis_service_account_user ? 1 : 0

role = "roles/iam.serviceAccountUser"
service_account_id = google_service_account.cluster_service_account[0].email
service_account_id = google_service_account.cluster_service_account[0].id
member = var.atlantis_service_account_user_member
}

0 comments on commit 336da6e

Please sign in to comment.