Brian Flad
Brian Flad
Closes #164 Proposed CHANGELOG entry: ``` data-source/external: Prevented unexpected error after 20 minutes of program execution ``` The additional acceptance test is placed behind an environment variable flag since it...
Reference: https://github.com/hashicorp/terraform-plugin-framework/issues/447 When the framework type system was originally being developed, the value types were introduced with exported fields which also served as the internal details of whether a value...
### Module version ``` v0.15.0 (not yet released) ``` ### Use-cases Provider developers can find it difficult to convert populated API SDK types or standard Go types (e.g. `map[string]string]`) to...
### Module version ``` v0.14.0 ``` ### Description In certain situations, terraform-plugin-sdk would save unconfigured (`null`) string attributes into the Terraform state as `""` instead of `null`. When migrating to...
### Module version ``` v0.14.0 ``` ### Use-cases Provider developers migrating from terraform-plugin-sdk may ask about functionality that is intentionally not included in the framework. For example: - [`helper/logging.NewLoggingHTTPTransport()`](https://pkg.go.dev/github.com/hashicorp/terraform-plugin-sdk/v2/helper/logging#NewLoggingHTTPTransport) -...
### Module version ``` v0.14.0 ``` ### Use-cases Provider developers utilizing the framework can implement custom attribute types, which can simplify schema implementations across many data sources and resources in...
### Module version ``` v0.14.0 ``` ### Use-cases While there is a bullet point list at https://www.terraform.io/plugin/which-sdk that quickly describes some of the benefits of migrating to this framework from...
### Module version ``` v0.13.0 ``` ### Use-cases When accessing schema-based data (such as configuration, plan, and state), there are a plethora of various rules associated with the possible values...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...