Skip to content

Commit b0df328

Browse files
resource name
1 parent ce10e1f commit b0df328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/department/50-aws-iam-policies.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ data "aws_iam_policy_document" "ecs_department_policy" {
957957

958958
resource "aws_iam_policy" "department_ecs_policy" {
959959
name = lower("${var.identifier_prefix}${local.department_identifier}-ecs-base-policy")
960-
policy = data.aws_iam_policy_document.department_ecs.json
960+
policy = data.aws_iam_policy_document.ecs_department_policy.json
961961
tags = var.tags
962962
}
963963

0 commit comments

Comments
 (0)