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

provider/aws: Support import of Route53 records with underscores. #14466

Closed

Conversation

rynbrd
Copy link

@rynbrd rynbrd commented May 14, 2017

This is an attempt to fix #14465.

@rynbrd
Copy link
Author

rynbrd commented May 14, 2017

My initial attempt to fix this doesn't actually work. When I run a terraform plan I end up with this:

-/+ aws_route53_record.tld_mailgun_key
    fqdn:               "cntr.io" => "<computed>"
    name:               "" => "krs._domainkey.cntr.io" (forces new resource)
    records.#:          "1" => "1"
    records.1008113961: "v=spf1 include:mailgun.org ~all" => ""
    records.1512342320: "" => "\"k=rsa; p=ABCDEFG\""
    ttl:                "300" => "300"
    type:               "TXT" => "TXT"
    zone_id:            "SANITIZEDZONEID" => "SANITIZEDZONEID"

It's generating the wrong fqdn in the process somehow.

@stack72
Copy link
Contributor

stack72 commented Jun 28, 2017

Closed via #14717

Thanks for the work here @bluedragonx - I have just migrated another version of this across to the new Terraform AWS Provider repo

@stack72 stack72 closed this Jun 28, 2017
@ghost
Copy link

ghost commented Apr 8, 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 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.

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import of aws_route53_record with Underscore Fails
3 participants