terraform-plugin-framework
terraform-plugin-framework copied to clipboard
A next-generation framework for building Terraform providers.
### 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...
### 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...
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...
Main goal is to predict, which type should be used.
### 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...
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...
### 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" {...
### 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...
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...
### 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...