Why can't you create multiple TXT records with the same name? #1947
Unanswered
micheljung
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I do this:
I get:
For all I can tell, this is because I try to create two TXT records with name
@.Interestingly, this does not seem to be a problem via the UI:
When I do it like so:
It works, and AFAIK it's the same as having two TXT records:
But it still begs the question: Why does it work via UI but not via Terraform? I can imagine cases where you'd want to have
hcloud_zone_rrset/txt/@spread across multiple files (think modules that create their own records), so this would be handy to able to.Beta Was this translation helpful? Give feedback.
All reactions