Skip to content

Commit

Permalink
bug fix for service discovery task policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Jun 6, 2019
1 parent bbfc553 commit 897e4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-service.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
route53:DeleteHealthCheck
route53:UpdateHealthCheck
)
policies << iam_policy_allow(name,actions,'*')
policies << iam_policy_allow('ecs-service-discovery',actions,'*')
end

IAM_Role('TaskRole') do
Expand Down

0 comments on commit 897e4ff

Please sign in to comment.