hashicorp / terraform-provider-scaffolding-framework

Quick start repository for creating a Terraform provider using terraform-plugin-framework
Mozilla Public License 2.0
290 stars 138 forks source link

Missing Provider Configuration Test Examples #233

Open VoyTechnology opened 1 month ago

VoyTechnology commented 1 month ago

If the provider requires configuration, like providing an API token or URL, an example on how to do it is missing from this repository.

This also includes optional values, and default values (are they even a thing with the new terraform-plugin-framework?).

This includes how to configure the provider for unit and acceptance testing.