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

Multiple lines on a multi-TXT record #300

Open
bobuehlein opened this issue Aug 6, 2020 · 1 comment
Open

Multiple lines on a multi-TXT record #300

bobuehlein opened this issue Aug 6, 2020 · 1 comment

Comments

@bobuehlein
Copy link

I see your example for making a multi TXT record

"cli53 rrcreate $domain 'txt TXT "a" "b"'"

It makes the record in Route53, but it is on one line

"a" "b"

Rather than how it needs to be

"a"
"b"

Or... am I missing something? :)

@ahathaway
Copy link

I am also having this same issue with release 0.8.22 installed using homebrew.

I am running this command (redacted):
cli53 rrcreate --replace --profile xxxx-xxxxx example.com '@ 60 IN TXT "v=spf1 ip4:XXX.XX.XXX.XXX include:xxxxxxxxx.com include:_spf.xxxxxx.com ~all" "google-site-verification=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"'

The separate double quoted strings appear on the same line and are immediately visible in a cli53 export call as well as the web console. If I add a newline in the web console it fixes it.

I have also tried using the --ttl parameter and taking the ttl out of the single quoted string, it gives me an error about a missing TTL when i do that.

Would love to get a clear answer on this issue. I would imagine (although not verified) that this could have an effect on MX records as well since they are also multi-line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants