Skip to content

Commit

Permalink
add name to IAM policies (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Mar 24, 2020
1 parent f759028 commit 4c5ee07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/aws/ecs-task/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource "aws_iam_role_policy_attachment" "ecs_role_policy-handoff" {


resource "aws_iam_policy" "ecs_policy_handoff" {
name = "${var.name_prefix}ecs_task-policy_handoff"
policy = <<EOF
{
"Version": "2012-10-17",
Expand Down

0 comments on commit 4c5ee07

Please sign in to comment.