File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
infrastructure/terraform/components/sandbox Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11module "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
You can’t perform that action at this time.
0 commit comments