mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
* * Implements Change Sets on updating a cloudformation stack when create_changeset=true (#23490) * * Silence test complaints ;) * * Added optional changeset_name parameter. * Check if changeset with the requested name already exist. * Documentation fix * * Added warning when cloudformation stack has pending changesets. * Fix documentation