Brian Flad
Brian Flad
### Module version ``` v0.11.0 ``` ### Use-cases An oft requested feature of larger providers is removing the need for a single source code file that defines all data sources...
### Module version ``` v0.4.0 (not yet released) ``` ### Use-cases Provider developers will want to document whether a resource supports import and what type of import identifier(s) are supported....
### Module version Followup to #181 fix. ### Relevant framework source code ```go // In tfsdk.TestServerPlanResourceChange: "attr_plan_modifiers_trigger_computed_unknown": { resource: "test_attribute_plan_modifiers", resourceType: testServeResourceTypeAttributePlanModifiersType, priorState: tftypes.NewValue(testServeResourceTypeAttributePlanModifiersType, map[string]tftypes.Value{ "computed_string_no_modifiers": tftypes.NewValue(tftypes.String, "statevalue"), "name": tftypes.NewValue(tftypes.String,...
### Module version ``` v0.11.1 ``` ### Use-cases There are possibilities for provider developers to miss diagnostics handling in their logic, such as resource CRUD functionality or attribute plan modifiers....
### Module version ``` v0.4.2 ``` ### Description If/when block support is implemented (see also: #85), there may need to be an investigation into how `Computed` only blocks (or more...
### Module version ``` v0.8.0 ``` ### Use-cases While working through some of the framework server refactoring as part of #215, it was necessary to extract some of the `tfsdk.Config`,...
### Module version ``` v0.8.0 ``` ### Use-cases While working through some of the framework server refactoring as part of #215, it was necessary to extract some of the `tfsdk.Attribute`,...
### Module version ``` v0.10.0 ``` ### Use-cases When validating a Terraform configuration, there are the following high level concepts: * HCL syntax checking by Terraform core, such as allowed...
### Module version ``` v0.10.0 ``` ### Use-cases The website documentation is less than ideal as it has quite a few schema-related pages as top-level in the lengthy side navigation....
### Module version ``` v0.1.0 ``` ### Use-cases In Terraform Plugin SDK and v0.1.0 of this project, there are currently only a few meaningful valid configurations of `Required`, `Optional`, and...