File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable "aws_region" {
2020locals {
2121 account = terraform. workspace # non-prod or prod
2222 dspp_core_account_id = local. account == " prod" ? 232116723729 : 603871901111
23- immunisation_account_id = local. account == " prod" ? 664418956997 : 345594581768
23+ immunisation_account_id = local. account == " prod" ? 664418956997 : 084828561157
2424 # TODO - add new accounts for CDP migration
2525}
2626
Original file line number Diff line number Diff line change 22 // Flag so we can force delete s3 buckets with items in for pr and shortcode environments only.
33 is_temp = length (regexall (" [a-z]{2,4}-?[0-9]+" , local. env )) > 0
44 dspp_core_account_id = local. environment == " prod" ? 232116723729 : 603871901111
5- immunisation_account_id = local. environment == " prod" ? 664418956997 : 345594581768
5+ immunisation_account_id = local. environment == " prod" ? 664418956997 : 084828561157
66}
You can’t perform that action at this time.
0 commit comments