Skip to content

Conversation

carlosfrancia
Copy link

Changes to fix issue #103

Added a new module to create Read Replicas in the same region or in a different one based on a new variable Is_replica (default value is false).

The problem in the current version is that the terraform resource aws_db_instance is always created with username and password variables. However, for read replicas username and password should not be used (https://www.terraform.io/docs/providers/aws/r/db_instance.html):

password - (Required unless a snapshot_identifier or replicate_source_db is provided)

@antonbabenko
Copy link
Member

I believe this is what @dpiddockcmp has fixed in #108 and it has been released as v1.27.0 an hour ago.

Closing this pull-request because the same functionality is already implemented.

Please let us know if there is something still missing (or not working as expected).

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants