-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Can't setup Route53 Failover DNS records - InvalidInput: Invalid Request #3985
Comments
Issue seems to be resolved in Terraform v0.6.7-dev (0cbf79d+CHANGES) (compiled from branch :- f-aws-elastic-beanstalk) |
I'm using version 0.6.9. I'm hitting this error when trying to destroy these resources. |
Using terraform_0.6.11_windows_amd64. main.tf:
Plan:
Apply:
|
I am also trying to configure failover and running into the same issue described above by gordonlanJ |
It turns out that if I set the value of property set_identifier my route53 failover records are created. |
Hello all – I apologize for the trouble and silence here. The crux of most of theses problems falls into to parts:
I've opened a pull request to address the documentation here: For issues with deleting the weighted records, that was fixed in #4892 , upgrading to the latest version of Terraform should address this. Sorry again for the trouble! Let us know if you need anything else. |
Fix the example bucket policy for detailed billing
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Having trouble setting up failover DNS records via terraform, if I drop the health_check_id and failover fields, it all works fine.
I can setup the required DNS record manually with the same values. In fact if I do, when I run a plan terraform recognises it exists and says there's no changes to make.
Unfortunately no useful output from terraform, either when running dist version (Terraform v0.6.6), or a dev compiled version with debug!
dns.tf:
Output from plan:
terraform apply
The text was updated successfully, but these errors were encountered: