cloudposse / terraform-aws-rds

Terraform module to provision AWS RDS instances
https://cloudposse.com/accelerate
Apache License 2.0
153 stars 180 forks source link

Add support for blue/green updates #161

Open acorncom opened 1 year ago

acorncom commented 1 year ago

Describe the Feature

AWS RDS has Blue/Green updates available for certain database engines (details at https://github.com/hashicorp/terraform-provider-aws/issues/28042). As of https://github.com/hashicorp/terraform-provider-aws/pull/28046, the aws_db_instance used in this module now supports blue_green_update as a flag.

Expected Behavior

We'd be able to use RDS Blue/Green updates out of the box

Use Case

I'm not yet at the point where we need this functionality, but I'm looking ahead at long-term needs for a client. Could be valuable to be able to do quicker updates

Describe Ideal Solution

I'd love to see this module start supporting this new feature. Might be able to do the work on this long-term, but was interested in whether there was an actual appetite to add it here or whether you think it'll get too complex to maintain.

Alternatives Considered

No response

Additional Context

No response