Skip to content

amazon.aws 6.3.0

Compare
Choose a tag to compare
@alinabuzachis alinabuzachis released this 04 Aug 09:25
· 1064 commits to main since this release
f2c6f7b

Release Summary

This release brings some new features and several bugfixes.

Minor Changes

  • rds_cluster - add support for another state choice called started. This starts the rds cluster (#1647).
  • rds_cluster - add support for another state choice called stopped. This stops the rds cluster (#1647).
  • route53 - add a wait_id return value when a change is done (#1683).
  • route53_health_check - add support for a string list parameter called child_health_checks to specify health checks that must be healthy for the calculated health check (#1631).
  • route53_health_check - add support for an integer parameter called health_threshold to specify the minimum number of healthy child health checks that must be healthy for the calculated health check (#1631).
  • route53_health_check - add support for another type choice called CALCULATED (#1631).

Bugfixes

  • ec2_vpc_route_table_info - default filters to empty dictionary (#1668).
  • rds_cluster - Add AllocatedStorage, DBClusterInstanceClass, StorageType, Iops, and EngineMode to the list of parameters that can be passed when creating or modifying a Multi-AZ RDS cluster (#1657).
  • rds_cluster - Allow to pass GlobalClusterIdentifier to rds cluster on creation (#1663).