Skip to content

Commit

Permalink
made SA dynamic again
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaus-near committed Nov 7, 2023
1 parent 111cbef commit b604bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/mpc-recovery-dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ provider "google" {
* Create brand new service account with basic IAM
*/
resource "google_service_account" "service_account" {
account_id = "mpc-recovery-dev"
display_name = "MPC Recovery dev Account"
account_id = "mpc-recovery-${var.env}"
display_name = "MPC Recovery ${var.env} Account"
}

resource "google_service_account_iam_binding" "serivce-account-iam" {
Expand Down

0 comments on commit b604bee

Please sign in to comment.