-
Notifications
You must be signed in to change notification settings - Fork 5
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
does this provider have dns support? #2
Comments
https://github.com/zerotier/zeronsd will use the member names for dns names. Otherwise I think you'd use a different provider to shove your dns names into your dns server. |
the screenshot i posted above is from the zerotier UI. i believe it enables overrides for the ip address of the dns server to use for certain domains. this terraform-zerotier-network provider allows configuring all the other sections for networks in the zerotier UI. can support be added for the DNS section as well? |
I believe this should be possible... we'd have to add it to the underlying "zerotier_network" provider. -s |
Support was added in this PR #3 and released as 1.5.0 |
is there a way to declaratively configure dns mappings for a zerotier network via terraform?
The text was updated successfully, but these errors were encountered: