Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read-replica support to the RDS module #1859

Closed
mtrbls opened this issue May 4, 2020 · 3 comments
Closed

Add read-replica support to the RDS module #1859

mtrbls opened this issue May 4, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request user-feedback

Comments

@mtrbls
Copy link
Contributor

mtrbls commented May 4, 2020

There is a need to the RDS module to create Read Replica database.
A read replica is a read-only database maintained in sync with a source RDS.

Terraform supports this : replicate_source_db

Having one normal RDS and a read replica RDS would mean invoking the module twice, passing the db_id of the first one as the value to replicate_source_db field of the second one.

@digitalronin
Copy link
Contributor

Why would we need to run the module twice? Couldn't you just define two RDS instances, one of which referred to the other, and have terraform figure out that there was a dependency?

@AntonyBishop AntonyBishop added the enhancement New feature or request label May 11, 2020
@AntonyBishop
Copy link
Contributor

Required for CLA migration from Template Deploy

@poornima-krishnasamy
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user-feedback
Projects
None yet
Development

No branches or pull requests

4 participants