From 58777d6dd07e83a2765d53db6757fd9f288ad1b8 Mon Sep 17 00:00:00 2001 From: HuuHieuDo <77067292+HuuHieuDo@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:05:21 +0000 Subject: [PATCH] Push to Prod by Terraform (#2104) --- terraform/etl/55-aws-glue-icaseworks_ingest_etl.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/etl/55-aws-glue-icaseworks_ingest_etl.tf b/terraform/etl/55-aws-glue-icaseworks_ingest_etl.tf index 6e4e89a77..034cac6d8 100644 --- a/terraform/etl/55-aws-glue-icaseworks_ingest_etl.tf +++ b/terraform/etl/55-aws-glue-icaseworks_ingest_etl.tf @@ -3,8 +3,8 @@ module "icaseworks_ingest_to_raw" { is_production_environment = local.is_production_environment is_live_environment = local.is_live_environment - count = !local.is_production_environment && local.is_live_environment ? 1 : 0 - # count = local.is_live_environment ? 1 : 0 + # count = !local.is_production_environment && local.is_live_environment ? 1 : 0 + count = local.is_live_environment ? 1 : 0 # Bottom one is for Prod department = module.department_data_and_insight_data_source