Skip to content

Commit a2b9def

Browse files
committed
rm sandbox parent acct env var
1 parent a51dc83 commit a2b9def

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

infrastructure/terraform/components/sandbox/module_backend_api.tf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module "backend_api" {
22
source = "../../modules/backend-api"
33

4-
project = var.project
5-
environment = var.environment
6-
component = var.component
7-
aws_account_id = var.aws_account_id
8-
region = var.region
9-
group = var.group
10-
csi = local.csi
11-
log_retention_in_days = var.log_retention_in_days
12-
parent_acct_environment = var.parent_acct_environment
4+
project = var.project
5+
environment = var.environment
6+
component = var.component
7+
aws_account_id = var.aws_account_id
8+
region = var.region
9+
group = var.group
10+
csi = local.csi
11+
log_retention_in_days = var.log_retention_in_days
12+
parent_acct_environment = "main"
1313

1414
cognito_config = {
1515
USER_POOL_ID = aws_cognito_user_pool.sandbox.id

0 commit comments

Comments
 (0)