Skip to content

Commit

Permalink
Merge pull request #6 from ava-labs/feature/INFRA-4521-atlantis-sa
Browse files Browse the repository at this point in the history
chore: typo fix
  • Loading branch information
avamarcus authored Dec 5, 2024
2 parents d318f53 + 56bb993 commit ce708d1
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 @@ -104,6 +104,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.cluser_service_account[0].email
service_account_id = google_service_account.cluster_service_account[0].email
member = data.google_service_account.atlantis[0].member
}

0 comments on commit ce708d1

Please sign in to comment.