[Enhancement]: Add support for promoting read replica to standalone db cluster #31320
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
Description
Add feature to promote an
aws_rds_cluster
read replica. (Similar to howaws_db_instance
has a feature to promote read replica by setting thereplicate_source_db
attribute tonull
)Will probably need to use this API.
Affected Resource
aws_rds_cluster
Potential Terraform Configuration
External interface of the resource would not change however a modification to the
replication_source_identifier
would have an extra check to allow promotion.References
replication_source_identifier
value #6749The text was updated successfully, but these errors were encountered: