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
aws_kms - add extra key/value pair to return data (key_policies) to return each policy as a dictionary rather than json string (#1052).
aws_kms - fix some bugs in integration tests and add check mode support for key rotation as well as document issues with time taken for requested changes to be reflected on AWS (#1052).
dynamodb_table - fix an issue when creating secondary indexes with global_keys_only (#967).
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 - add waiter for function_updated (#1108).
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).
iam_user - don't delete user login profile on check mode (#1059).
iam_user_info - gracefully handle when no users are found (#1059).