File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
account-wide-infrastructure/test Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ module "int-athena" {
2+ source = " ../modules/athena"
3+ name_prefix = " nhsd-nrlf--int"
4+ target_bucket_name = module. int-glue . target_bucket_name
5+ }
Original file line number Diff line number Diff line change 1+ module "int-glue" {
2+ source = " ../modules/glue"
3+ name_prefix = " nhsd-nrlf--int"
4+ python_version = 3
5+ }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ locals {
2222 dynamodb_timeout_seconds = " 3"
2323
2424 is_sandbox_env = length (regexall (" -sandbox-" , local. stack_name )) > 0
25- is_dev_env = var. account_name == " dev"
25+ is_dev_env = var. account_name == " dev" || var . account_name == " int "
2626
2727 environment = local. is_sandbox_env ? " ${ var . account_name } -sandbox" : var. account_name
2828 shared_prefix = " ${ local . project } --${ local . environment } "
You can’t perform that action at this time.
0 commit comments