Skip to content

Support auto-assign of IP address for zerotier_member #27

@rsyring

Description

@rsyring

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's ip_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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions