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 ``` 0.4.2 ``` ### Use-cases It would be very useful during import if the request object contained the Config of the resource block attempting to be imported...

enhancement
upstream-terraform

### Module version ``` v0.6.1 ``` ### Use-cases Some backends may return items differently ordered after creation which will produce inconsistent results for the plan. I am not sure if...

enhancement

I have very hard times to make SetNestedAttributes properly working when it has optional nested attributes and with optional computed attributes. It looks like null values are not properly recognised...

documentation

Main goal is to predict, which type should be used.

enhancement
reflection
waiting-response

### Module version ``` 0.6.1 ``` ### Relevant provider source code The framework currently has a lot of places where the user is quested with reporting errors to the provider...

bug

As we build out the framework and it becomes a viable replacement for SDKv2, we need to define the migration path for providers built on SDKv2 to be built on...

epic

### Module version ``` 0.4.2 ``` ### Relevant provider source code ```go "permissions": { Type: types.MapType{ElemType: types.BoolType}, Optional: true, }, ``` ### Terraform Configuration Files ```hcl resource "sample_profile" "test" {...

bug
types

### Module version ``` v0.2.0 ``` ### Use-cases Provider developers may wish to implement higher level types based off the primitive types in the current `types` package. For example, this...

enhancement
design-doc
types

When I execute acceptance tests in my provider, I get an error: ``` Error: Provider produced invalid plan Provider "registry.terraform.io/hashicorp/buildx" planned an invalid value for buildx_instance.foo.bootstrap: planned value cty.False for...

enhancement

### Module version ``` v0.6.0 ``` ### Use-cases APIs may wish to aggregate metrics on how many HTTP requests are coming from Terraform as compared to other sources. Conventionally, this...

enhancement