-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I've been able to put together Terraform scripts modeled after the multicloud quickstart. One improvement I'd like to be able to make is for the member to get auto-assigned an IP address. But, with the ability to also then use that IP address in other places in the scripts, like assigning a DNS name.
Right now, the two options seem to be:
- Manually assign an IP. Pro: can do all steps in Terraform
- Auto-assign an IP. Have to wait for the AWS instance to start up and join the network before an IP is assigned (I think?). By that time
zerotier_member
has already ran and it'sip_assignments
is empty.
The option I'm looking for is: zerotier_member
gains the ability to force auto-assignment of an IP address from the network pool before it returns. That IP can then be used in other places like DNS.
If this already works somehow and I've missed it, please let me know.
Thanks.
HeroCC
Metadata
Metadata
Assignees
Labels
No labels