Skip to content

Commit

Permalink
Push to Prod by Terraform (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuuHieuDo authored Feb 4, 2025
1 parent 3e0a412 commit 58777d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/etl/55-aws-glue-icaseworks_ingest_etl.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58777d6

Please sign in to comment.