From d014ce3acd7c8bbadaa531a106547a046639670c Mon Sep 17 00:00:00 2001 From: Ludo Date: Mon, 16 Dec 2024 15:51:43 +0100 Subject: [PATCH] remove comment --- fast/stages/0-bootstrap/automation.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/fast/stages/0-bootstrap/automation.tf b/fast/stages/0-bootstrap/automation.tf index 47a2eda79e..d736b45ea4 100644 --- a/fast/stages/0-bootstrap/automation.tf +++ b/fast/stages/0-bootstrap/automation.tf @@ -28,7 +28,6 @@ locals { module "automation-project" { source = "../../../modules/project" billing_account = var.billing_account.id - # name = lookup(var.resource_names, "projects/automation", "${}iac-core-0") name = lookup( var.resource_names, "project/automation", "${local.default_environment.short_name}-iac-core-0" )