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

[WIP] Fix for aws_rds_cluster resource for creating encrypted cross region clusters #2808

Closed
wants to merge 1 commit into from

Conversation

dselvan
Copy link
Contributor

@dselvan dselvan commented Dec 31, 2017

Fixes #630
Closes #2111

Adds source region parameter to the resource as it is required for creating cross region replica clusters where the source cluster is encrypted.

@dselvan
Copy link
Contributor Author

dselvan commented Dec 31, 2017

Having a strange issue with the acceptance test where once I add the second us-east-1 aliased provider to the config, I get the following, even though I can see the cluster in the console.

* aws_rds_cluster_instance.test_instance: DBClusterNotFoundFault: Could not find DB Cluster: tf-aurora-cluster-3524689337135782573
			status code: 404, request id: 947d233f-6edc-4197-ac77-df7444d56921

but if I remove the us-east-1 aliased provider and comment out all the cross region stuff, the instance gets created fine.

@radeksimko radeksimko added the enhancement Requests to existing resources that expand the functionality or scope. label Jan 2, 2018
@dselvan
Copy link
Contributor Author

dselvan commented Jan 4, 2018

@radeksimko any idea on what might be wrong, or who I might be able to reach out to to help troubleshooting this? (both a terraform and go beginner)

@bflad
Copy link
Contributor

bflad commented Feb 27, 2018

This has been released in version 1.10.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@bflad bflad added this to the v1.10.0 milestone Feb 27, 2018
@ghost
Copy link

ghost commented Apr 7, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/rds Issues and PRs that pertain to the rds service.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RDS Aurora Cross-Region replication for encrypted cluster failing
3 participants