Brian Flad

Results 208 issues of 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...

enhancement
breaking-change

### 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....

non-protocol-info

### 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,...

bug

### 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....

enhancement
thinking

### 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...

sdkv2-parity

### 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`,...

tech-debt

### 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`,...

tech-debt

### 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...

tech-debt
thinking

### 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....

documentation

### 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...

enhancement
breaking-change
schema