Skip to content

Commit

Permalink
Merge pull request #1134 from UKHSA-Internal/task/switch-on-etl-for-s…
Browse files Browse the repository at this point in the history
…taging-env/CDD-2362

Switch on ETL pipeline for `staging` env
  • Loading branch information
A-Ashiq authored Dec 6, 2024
2 parents 1063396 + 0182c01 commit 921be61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/20-app/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {
enable_public_db = local.is_dev
is_dev = var.environment_type == "dev"
is_prod = local.environment == "prod"
is_ready_for_etl = contains(["dev", "test", "dpd"], local.environment)
is_ready_for_etl = contains(["dev", "test", "dpd", "staging"], local.environment)

use_ip_allow_list = local.environment != "prod"

Expand Down

0 comments on commit 921be61

Please sign in to comment.