You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Minor Changes
iam_policy - update broken examples and add RETURN section to documentation; add extra integration tests for idempotency check mode runs (#1093).
iam_role - delete inline policies prior to deleting role (#1054).
iam_role - remove global vars and refactor accordingly (#1054).
Bugfixes
ecs_service - add missing change detect of health_check_grace_period_seconds parameter (#1145).
ecs_service - fix broken compare of task_definition that results always in a changed task (#1145).
ecs_service - fix validation for placement_constraints. It's possible to use distinctInstance placement constraint now (#1058)
ecs_taskdefinition - fix broken change detect of launch_type parameter (#1145).
execute_lambda - fix check mode and update RETURN documentation (#1115).
iam_policy - require one of policy_document and policy_json when state is present to prevent MalformedPolicyDocumentException from being thrown (#1093).
s3_lifecycle - add support of value 0 for transition_days (#1077).
s3_lifecycle - check that configuration is complete before returning (#1085).