Skip to content

Commit 27ea414

Browse files
committed
nrl-1342 update non shared infra to deploy to int
1 parent dbcd603 commit 27ea414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/infrastructure/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)