-
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
Terraform crash when adding aws_route53_record #8587
Comments
Hi @ultra70 Sorry this has caused you problems - this is actually something we have already fixed as part of Terraform 0.7.2 #8399 FYI, lines from the crash:
Hope this helps Paul |
Thanks stack72, I'll update and try again. |
Looking good, thank you. |
👍 |
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. |
Terraform Version
0.7.1
Affected Resource(s)
aws_route53_record
Terraform Configuration Files
https://gist.github.com/ultra70/9f4cf53478dcf506a956577928ea3d9b
Debug Output
https://gist.github.com/ultra70/8a3164f9e7342053562bd0815dd0da3c
Panic Output
https://gist.github.com/ultra70/1a538ab2fe903474673712b7b9a7f563
Expected Behavior
aws_route53_record.m1_txt created in AWS Route53
Actual Behavior
Nothing happened on the AWS side.
Steps to Reproduce
Add a . to the end of name = "m1._domainkey" in resource "aws_route53_record" "m1_txt" then run terraform apply
Important Factoids
None
References
None
The text was updated successfully, but these errors were encountered: