From 182c84dcee1a225de2c7b560aca1ab4db33449c2 Mon Sep 17 00:00:00 2001 From: Michael O'Brien <94715080+fmichaelobrien@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:56:36 -0400 Subject: [PATCH] #47 - terraform 1.2.8 breaks without SA removal see full clean org testing in #47 --- .../Terraform/guardrails/1-guardrails/projects.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment-templates/Terraform/guardrails/1-guardrails/projects.tf b/deployment-templates/Terraform/guardrails/1-guardrails/projects.tf index 18749d8..1287071 100644 --- a/deployment-templates/Terraform/guardrails/1-guardrails/projects.tf +++ b/deployment-templates/Terraform/guardrails/1-guardrails/projects.tf @@ -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