Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
helps to reference env name
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Gershman <[email protected]>
  • Loading branch information
rainmaker authored and Zachary Gershman committed Jan 11, 2017
1 parent 7106b2a commit c97d6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iam.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_service_account" "opsman_service_account" {
account_id = "${var.env_short_name}-opsman"
display_name = "${var.env_short_name} Ops Manager VM Service Account"
account_id = "${var.env_name}-opsman"
display_name = "${var.env_name} Ops Manager VM Service Account"
}

resource "google_project" "opsman_service_account_project" {
Expand Down

0 comments on commit c97d6bb

Please sign in to comment.