Skip to content

v1.3.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 31 Aug 16:35
3d2e16a

🚀 Enhancements

Fix: InvalidParameterValue: CreateDBInstance error when creating non-aurora multi a-z rds cluster and aws provider update @matharoo (#149)

what

  • For a multi a-z rds cluster skip creating aws_rds_cluster_instance resource when engine type is NOT aurora, aurora-mysql, aurora-postgresql
  • AWS provider has a bug that is causing the terraform apply to fail due to a missing rebooting state. I have a PR merged with terraform-aws-provider that fixes it and will be included in the next release 4.23.0.

why

  • Prevent terraform from crashing when creating a non-aurora multi a-z cluster.
  • aws provider update for fixing rebooting state when creating multi a-z cluster.

references