Release Summary
This release brings some new features and several bugfixes.
Minor Changes
- autoscaling_group - minor PEP8 whitespace sanity fixes (#1846).
- ec2_ami_info - simplify parameters to
get_image_attribute
to only pass ID of image (#1846). - ec2_eip - use
ResourceTags
to set initial tags upon creation (#1843) - ec2_instance - add support for AdditionalInfo option when creating an instance (#1828).
- ec2_security_group - use
ResourceTags
to set initial tags upon creation (#1844) - ec2_vpc_igw - use
ResourceTags
to set initial tags upon creation (#1843) - ec2_vpc_route_table - use
ResourceTags
to set initial tags upon creation (#1843) - ec2_vpc_subnet - the default value for
tags
has been changed from{}
toNone
, to remove tags from a subnet an empty map must be explicitly passed to the module (#1876). - ec2_vpc_subnet - use
ResourceTags
to set initial tags upon creation (#1843) - ec2_vpc_subnet - use
wait_timeout
to also control maximum time to wait for initial creation of subnets (#1848). - iam_group - add support for setting group path (#1892).
- iam_group - adds attached_policies return value (#1892).
- iam_group - code refactored to avoid single long function (#1892).
- rds_instance_snapshot - minor PEP8 whitespace sanity fixes (#1846).
Bugfixes
- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time (#1848).
- s3_object - Fix typo that caused false deprecation warning when setting
overwrite=latest`
(#1847). - s3_object - when doing a put and specifying
Content-Type
in metadata, this module (since 6.0.0) erroneously set theContent-Type
toNone
causing the put to fail. Fix now correctly honours the specifiedContent-Type
(#1881).