Skip to content

Commit

Permalink
Merge pull request #26 from joepurnell1/fix/getParamsDuringTaskRun
Browse files Browse the repository at this point in the history
DSET-330: fix - support getting ssm parameter during task running
  • Loading branch information
Joe Purnell authored Jan 17, 2020
2 parents eef43b2 + f65bb7d commit cb60c96
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 cb60c96

Please sign in to comment.