terraform-provider-tailscale icon indicating copy to clipboard operation
terraform-provider-tailscale copied to clipboard

allowing validating the ACL tests before `terraform apply`

Open codekitchen opened this issue 2 years ago • 0 comments

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?

codekitchen avatar Sep 23 '22 21:09 codekitchen