Release Summary
This release includes bugfixes for the ec2_instance
and s3_bucket
modules.
Bugfixes
- ec2_instance - Fix issue where EC2 instance module failed to apply security groups when both
network
andvpc_subnet_id`
were specified, caused by passingNone
to discover_security_groups() (#2488). - s3_bucket - Do not use default region as location constraint when creating bucket on ceph cluster (#2420).