Skip to content

v1.461.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 11 Jun 19:09
· 45 commits to refs/heads/main since this release
d4d4b83
feat(aurora-postgres): backup configs @oycyc (#1063)

what

The CloudPosse RDS cluster module https://github.com/cloudposse/terraform-aws-rds-cluster has these backup configurations that would be helpful to have!

why

  1. Allows me to set backup configurations
  2. Without these inputs, the cluster is forced to use the default configs from the module
  3. Allows me to set these variable values to null or empty when I don't want any backing up happening
  4. Without these inputs to set it as empty values, there's a conflict when using RDS clusters with AWS Backup plans because the RDS resource maintains its backup values, while AWS Backup plans wants other values.

references

  • CloudPosse's RDS module
image - AWS Backup conflict with default backup values unless explictly set https://github.com/hashicorp/terraform-provider-aws/issues/33465