hashicorp/terraform-plugin-framework
A next-generation framework for building Terraform providers.
GoMPL-2.0
Issues
- 11
Cannot write state to interface in generic func
#1035 opened by JacobPotter - 0
docs: Revamp + update internal RPC documentation
#1053 opened by austinvalle - 0
- 0
Consider raising an implementation diagnostic for mismatched `CustomType` / `Attributes` combinations
#1049 opened by austinvalle - 2
relax go version?
#1042 opened by jharley - 4
The provider "X" does not support moved operations across resource types and providers
#1039 opened by grongor - 0
Allow arbitrary provider metadata to be generated for consumption by downstream tooling
#1047 opened by austinvalle - 2
Incomplete error message when setting a `string` in integer property of `NestedAttributeObject`
#1032 opened by ianaya89 - 1
Computed sensitive attribute alongside computed boolean in SetNestedAttribute causes entire set to be deleted and recreated in subsequent plans
#1036 opened by henryrecker-pingidentity - 2
Set Nested Block Can Receive Unknown Value from a Dynamic Block in a Module
#1025 opened by zliang-akamai - 1
tfsdk support embeded struct
#1024 opened by LuoYuWuSheng - 1
DiffSuppressFunc alternative?
#1030 opened by amalavet - 0
Consider exposing interfaces under `./internal/fwschema`
#1031 opened by magodo - 2
Consider Exposing Framework Provider Metadata
#1022 opened by SBGoods - 7
Support dynamic types in collections
#973 opened by sebhoss - 1
Dynamic type attribute does not work with sets
#1008 opened by mawasile - 0
Add docs/example for (de)serialization of framework types, especially collections
#1019 opened by azrdev - 0
Provider produced invalid plan error when planning certain high-precision floating point numbers
#1017 opened by SBGoods - 0
Default values in provider functions
#1012 opened by kimdre - 6
- 2
Diagnostics.AddAttributeWarning does not redact value for attribute marked as sensitive
#1006 opened by alexhung - 1
function: Refactor name validation to utilize new `internal/fwfunction` parameter validation interfaces
#967 opened by austinvalle - 1
function: Add validation to prevent collection parameters/return definitions from having missing element types
#965 opened by austinvalle - 1
Zero value `MapValue` causes panic in `Equal` method
#959 opened by jar-b - 1
- 3
When applying changes to, provider produced an unexpected new value: .name: was cty.StringVal("**"), but now null.
#979 opened by thulasirajkomminar - 1
- 5
PlanModifiers does not work in nested attribute
#977 opened by shiyuhang0 - 3
- 5
Allow Upgrade State with SetNull for SetNestedAttribute with NestedAttributeObject
#962 opened by akinross - 4
- 3
Can't run go tests
#963 opened by brownwk - 0
- 4
- 3
Consider skip comparison for a specified attribute between plan and state after the update
#944 opened by shiyuhang0 - 4
Incorrect element type of default list or map value in schema causes all default computed values of schema to be silently set to `null`
#930 opened by inhearst - 2
- 4
function: Consider preventing parameter name conflicts in schema validation
#926 opened by austinvalle - 4
incorrect handling of nil pointer receiver in `Diagnostics.Append`
#932 opened by john-behm-bertelsmann - 1
Convert to number error when storing a value in float64 during execution of provider-defined function
#914 opened by bendbennett - 6
Plan output is not displayed or displays null for explicit empty string input
#921 opened by akinross - 3
Implement `AddResource()`: Explicitly Set Resource into State Regardless of Returned Errors
#927 opened by zliang-akamai - 2
How to deal with recursive schemas?
#922 opened by diya-dhan - 1
- 4
- 2
Consider raising error when a `List` (or `Set`) attribute defines both `ElementType` and `CustomType`
#947 opened by ewbankkit - 0
Consider using fuzzing to evaluate behaviour of equivalency checks in `reflect` package
#943 opened by bendbennett - 0
- 0
- 3
Proposal: Allow removing key from `Private` data
#910 opened by gdavison