Skip to content

Commit f46a266

Browse files
allow, but Allow
1 parent 8f72712 commit f46a266

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
@@ -963,7 +963,7 @@ resource "aws_iam_policy_document" "department_ecs_policy" {
963963

964964
data "aws_iam_policy_document" "ecs_assume_role_policy" {
965965
statement {
966-
effect = "allow"
966+
effect = "Allow"
967967
principals {
968968
identifiers = ["ecs-tasks.amazonaws.com"]
969969
type = "Service"

0 commit comments

Comments
 (0)