From 20023ce28f8c1a11b9f1aaf7904d70fc9f433aa7 Mon Sep 17 00:00:00 2001 From: Javier Cevallos Date: Thu, 26 Sep 2024 20:01:40 -0700 Subject: [PATCH] Update infrastructure-as-code.tfvars --- environments/infrastructure-as-code.tfvars | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/environments/infrastructure-as-code.tfvars b/environments/infrastructure-as-code.tfvars index 396291f..2f5c572 100644 --- a/environments/infrastructure-as-code.tfvars +++ b/environments/infrastructure-as-code.tfvars @@ -16,4 +16,10 @@ repos = { source_type = "Git" source_url = "https://github.com/casa-de-vops/terraform-code-standards.git" } + "landing-zone-02" = { + default_branch = "main" + init_type = "Import" + source_type = "Git" + source_url = "https://github.com/casa-de-vops/terraform-code-standards.git" + } }