tailscale / terraform-provider-tailscale

Terraform provider for Tailscale
https://registry.terraform.io/providers/tailscale/tailscale
MIT License
255 stars 46 forks source link

tailscale: expose both device name and hostname #328

Closed knyar closed 7 months ago

knyar commented 7 months ago

Add support for looking up devices by short name (hostname) as an alternative to the full name (name). Expose both fields in the list of devices.

Updates #327