Skip to content

Commit f09b660

Browse files
remove wild cards from iam policy
1 parent 07f1325 commit f09b660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/fargate/data.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ data "aws_iam_policy_document" "task_ecs_exec_policy" {
3737
"kms:Decrypt",
3838
]
3939

40-
resources = [module.fargate_cluster.ecs_cluster_kms_arn]
40+
resources = [
41+
module.fargate_cluster.ecs_cluster_kms_arn
42+
]
4143
}
4244
statement {
4345
actions = [

0 commit comments

Comments
 (0)