5 Commits

Author SHA1 Message Date
Brian Flad
16a0751849
Updates for terraform-plugin-framework v0.7.0 (#40)
Reference: https://github.com/hashicorp/terraform-plugin-framework/releases/tag/v0.7.0
2022-04-29 16:02:22 -04:00
Brian Flad
51deae2bc7
internal/provider: Add compilation based interface assertions (#38)
This is a quick method for compilation errors to be raised should the types not satisfy the expected framework interfaces.
2022-04-22 06:46:40 -04:00
Paddy
798e2e5525
Demonstrate logging in provider code. (#7)
Add an example of using the tflog package to write a provider log.
2021-12-23 10:48:23 -08:00
Brian Flad
d1b343faed Add provider configuration fetching to Configure since it will be a very common use case 2021-12-01 06:39:46 -05:00
Brian Flad
a64a312802 Initial commit
Most of the content is inspired by existing content in https://github.com/hashicorp/terraform-provider-scaffolding.
2021-12-01 05:37:16 -05:00