File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
terraform/modules/department Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -911,7 +911,9 @@ data "aws_iam_policy_document" "airflow_base_policy" {
911911 " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/dap-ecs-execution-role" ,
912912 " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/dap-ecs-task-role" ,
913913 " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/parking-ecs-execution-role" ,
914- " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/housing-ecs-execution-role"
914+ " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/${ var . identifier_prefix } -ecs-parking" ,
915+ " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/housing-ecs-execution-role" ,
916+ " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/${ var . identifier_prefix } -ecs-housing" ,
915917 ]
916918 condition {
917919 test = " StringEquals"
You can’t perform that action at this time.
0 commit comments