diff --git a/stacker/hooks/iam.py b/stacker/hooks/iam.py index 009888157..f04b51f28 100644 --- a/stacker/hooks/iam.py +++ b/stacker/hooks/iam.py @@ -46,6 +46,7 @@ def create_ecs_service_role(provider, context, **kwargs): raise policy = Policy( + Version='2012-10-17', Statement=[ Statement( Effect=Allow,