terraform-provider-tailscale
terraform-provider-tailscale copied to clipboard
allowing validating the ACL tests before `terraform apply`
We prefer to manage our infrastructure with Terraform whenever possible. But one nice feature that Tailscale's GitOps Pusher supports is to validate your ACL logic pre-merge in a PR by asking Tailscale to run the ACL tests. It'd be great if the Terraform provider could support this somehow as well.
I'm not entirely sure how to best fit this into a Terraform workflow -- my first thought would be to have terraform plan
run the validation step. But that would perhaps be surprising to some?