Austin Valle

Results 14 issues of Austin Valle

Reverts hashicorp/terraform-provider-null#347 The migration guide is missing the `moved` block, which might need some more investigation.

size/XL

The next versions of the plugin protocol (5.7/6.7) include support for a new "ephemeral resource" type This is an initial implementation of that support with: - New `ephemeral` package with...

enhancement
protocol

### Module version ``` github.com/hashicorp/terraform-plugin-framework v1.12.0 ``` ### Relevant provider source code ```go func (r *thingResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) { resp.Schema = schema.Schema{ Attributes: map[string]schema.Attribute{ "nested_attr": schema.SingleNestedAttribute{...

bug

### Module version N/A ### Use-cases > This feature is a follow-up to #1022 once that work is completed. Once Framework providers are able to generate metadata that is defined...

enhancement