tailscale / terraform-provider-tailscale

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

README.md: explain dev_overrides for local provider development #373

Closed mpminardi closed 4 months ago

mpminardi commented 4 months ago

Add a new Local Provider Development section to the README which links to the HashiCorp provider plugin debugging guide and provides an example of using the dev_overrides block in terraformrc to help those newer to terraform get their local environment setup for development.

Fixes https://github.com/tailscale/corp/issues/20371