-
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
Allow import of Route 53 records with underscores in the name #14717
Conversation
Personally I would not have done the extra checking to ensure the R53 supported resource records (as, if it changes, it requires a new terraform build). But lgtm. |
@akumria That is the only way to know if the last part is a set name, which requires popping off another section to get the record type. |
@brycekahle Thank you for coding this up! I'm getting tripped up on this on the regular right now. 😱 I fear this may have stalled out due to the Terraform/provider split that happened very recently, do you have the time to port your change over to the new GitHub org & repo for the AWS provider, and re-issue this PR there, in the new home of the code? https://github.com/terraform-providers/terraform-provider-aws |
(If not, I'm glad to try and shuffle this along to success in any way you find acceptable, just let me know!) |
Hi @brycekahle / @handlerbot I am taking care of this PR right now Thanks Paul |
Well, is it closed? Can you provide a link to the issue in terraform-provider-aws? |
@cazorla19 hashicorp/terraform-provider-aws@2556b00 Can confirm this works, I used it shortly after it was committed. |
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. |
Fixes #12637, fixes #14465
Supersedes #14466