We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have already checked the documentation and I was wondering if someone already had sucess to create a SRV record and could share any example.
Further it would be great then if it would be added to the Examples block in the README.
The text was updated successfully, but these errors were encountered:
SRV are actually pretty simple, example for teamspeak:
resource "hetznerdns_record" "srv" { zone_id = hetznerdns_zone.example.id name = "_ts3._udp.ts" value = "10 0 9987 ts.example.com." type = "SRV" ttl = 3600 }
Sorry, something went wrong.
No branches or pull requests
Hello,
I have already checked the documentation and I was wondering if someone already had sucess to create a SRV record and could share any example.
Further it would be great then if it would be added to the Examples block in the README.
The text was updated successfully, but these errors were encountered: