diff --git a/changelogs/fragments/1848-ec2_vpc_subnet-wait-creation.yml b/changelogs/fragments/1848-ec2_vpc_subnet-wait-creation.yml new file mode 100644 index 00000000000..eeaf5636819 --- /dev/null +++ b/changelogs/fragments/1848-ec2_vpc_subnet-wait-creation.yml @@ -0,0 +1,4 @@ +bugfixes: +- ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time (https://github.com/ansible-collections/amazon.aws/pull/1848). +minor_changes: +- ec2_vpc_subnet - use ``wait_timeout`` to also control maximum time to wait for initial creation of subnets (https://github.com/ansible-collections/amazon.aws/pull/1848).