Skip to content

v1.10.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 07 Jun 02:36
· 27 commits to refs/heads/main since this release
54be61f
reopen #192 @finchr (#213)

what
I implemented create_before_destroy on the aws_rds_cluster_instance default instances.
Originally in #192 but that was closed for reasons we won't go into here.

why
Making a change to any parameter that triggers a replace on a aws_rds_cluster_instance results in all instances being destroyed before attempting to create a new instance which causes an outage. This a faster (and safer) altenative to #191

references
This closes #190 and is an alternative to #191