Skip to content

Releases: ansible-collections/amazon.cloud

Release 0.4.0

30 Jun 07:46
6bfc5d6
Compare
Choose a tag to compare

Minor Changes

  • Add unit ad sanity test workflows to GHA.
  • Bump collection requirement of amazon.aws to 6.0.0 to remove duplicate code for user agent (#94).

Bugfixes

  • Address a situation where the creation of a resource with wait: true was causing an exception in case of timeout (#60).
  • acl_name key of memorydb module should be converted to ACLName instead of AclName (#93).

New Modules

  • memorydb_acl - Creates and manages a MemoryDB ACL
  • memorydb_cluster - Creates and manages a MemoryDB cluster
  • memorydb_parameter_group - Creates and manages a MemoryDB parameter group
  • memorydb_subnet_group - Creates and manages a MemoryDB subnet group
  • memorydb_user - Creates and manages a MemoryDB user