Skip to content

Commit

Permalink
DSET-330: fix - support getting ssm parameter during task running
Browse files Browse the repository at this point in the history
  • Loading branch information
joepurnell1 committed Jan 16, 2020
1 parent eef43b2 commit f65bb7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ data "aws_iam_policy_document" "app_policy" {
"ecs:DescribeClusters",
"ecs:ListClusters",
"ecs:ListContainerInstances",
"ecs:DescribeContainerInstances"
"ecs:DescribeContainerInstances",
"ssm:GetParameters"
]

resources = [
Expand Down

0 comments on commit f65bb7d

Please sign in to comment.