File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 11module "ndr-docker-ecr-ui" {
2- source = " ./modules/ecr/"
3- app_name = " ndr-${ terraform . workspace } -app"
4- current_account_id = data. aws_caller_identity . current . account_id
5- environment = var. environment
6- owner = var. owner
2+ source = " ./modules/ecr/"
3+ app_name = " ndr-${ terraform . workspace } -app"
4+ environment = var. environment
5+ owner = var. owner
76}
87module "ndr-docker-ecr-data-collection" {
9- count = local. is_sandbox ? 0 : 1
10- source = " ./modules/ecr/"
11- app_name = " ${ terraform . workspace } -data-collection"
12- current_account_id = data. aws_caller_identity . current . account_id
13- environment = var. environment
14- owner = var. owner
8+ count = local. is_sandbox ? 0 : 1
9+ source = " ./modules/ecr/"
10+ app_name = " ${ terraform . workspace } -data-collection"
11+ environment = var. environment
12+ owner = var. owner
1513}
You can’t perform that action at this time.
0 commit comments