From da11396e3a52bf9719915c0597a5cc19c674543f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Wed, 7 Feb 2024 15:53:33 +0000 Subject: [PATCH] Postpone setting essential contacts until it is done through SA --- fast/stages/0-bootstrap/automation.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/0-bootstrap/automation.tf b/fast/stages/0-bootstrap/automation.tf index a78d8b15a..8f2a50eaa 100644 --- a/fast/stages/0-bootstrap/automation.tf +++ b/fast/stages/0-bootstrap/automation.tf @@ -29,7 +29,7 @@ module "automation-project" { var.project_parent_ids.automation, "organizations/${var.organization.id}" ) prefix = local.prefix - contacts = { + contacts = var.bootstrap_user != null ? {} : { (local.groups.gcp-organization-admins) = ["ALL"] } # human (groups) IAM bindings