Skip to content

Commit

Permalink
Merge pull request canada-ca#49 from fmichaelobrien/patch-5
Browse files Browse the repository at this point in the history
canada-ca#47 - terraform 1.2.8 breaks without SA removal - critical fix
  • Loading branch information
ptd-tbs authored Sep 21, 2022
2 parents ce8dcea + 182c84d commit 2adb2ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "administration"{
source = "terraform-google-modules/project-factory/google"
version = "~> 10.1"
random_project_id = "true"
impersonate_service_account = var.terraform_service_account
#impersonate_service_account = var.terraform_service_account
default_service_account = "deprivilege"
name = "guardrails"
org_id = var.org_id
Expand Down

0 comments on commit 2adb2ae

Please sign in to comment.