tailscale / terraform-provider-tailscale

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

Update Terraform 4via6 to support larger Site Id range #346

Closed Valien closed 5 months ago

Valien commented 6 months ago

Describe the bug Tailscale 4via6 now supports 65K site ids but our Terraform provider is still only looking for 255 max.

To Reproduce See this code snippet: https://github.com/tailscale/terraform-provider-tailscale/blob/81416426406d54d41b140c6075de3aa325bfd4c2/tailscale/data_source_4via6.go#L22

Expected behaviour This (and maybe another place or 2?) needs to be updated to support the new site ID limits

Desktop (please complete the following information): Terraform provider, latest release.