terraform-plugin-framework icon indicating copy to clipboard operation
terraform-plugin-framework copied to clipboard

A next-generation framework for building Terraform providers.

Results 163 terraform-plugin-framework issues
Sort by recently updated
recently updated
newest added

### Module version ``` v0.9.0 ``` ### Use-cases Resource timeouts are a way for practitioners to override the acceptable amount of time for a data source read operation or resource...

enhancement
sdkv2-parity

### Module version v0.11.1 ### Relevant provider source code Resource has a computed field (e.g. timestamp) that might be changed upon any update. Terraform normally sets it to unknown on...

bug

### Module version ``` github.com/hashicorp/terraform-plugin-framework v0.6.1 ``` ### Use-cases It is pretty common use case to have a default value for an attribute. It seems the way to do that...

enhancement

### Module version ``` v0.10.0 ``` ### Use-cases The recent Go 1.19 release includes updates to the [Go Doc Comments](https://go.dev/doc/comment) syntax for supporting links. This updated documentation support is already...

documentation

### Module version ``` github.com/hashicorp/terraform-plugin-framework v0.11.1 ``` ### Use-cases I am trying to implement Update in a resource, but find something complex for me: 1. Some attributes is needed when...

enhancement

### Module version ``` v0.11.0 ``` ### Use-cases Provider developers can be confused by these two aspects of provider development currently: * The split between these interfaces: `DataSourceType` and `DataSource`...

enhancement
breaking-change

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