A better AttributePlanModifier
for Computed,Optional,ForceNew attributes
#222
Labels
upstream-plugin-framework
Unable to proceed due to missing or broken functionality from terraform-plugin-framework
Community Note
Relates hashicorp/terraform-plugin-framework#187.
A better (than
tfsdk.RequiresReplace()
)AttributePlan
modifier for Computed, Optional, ForceNew attributes would be of the form:with
config.Equal(types.String{Null: true})
replaced by the attribute's type.Once hashicorp/terraform-plugin-framework#193 is resolved this can be implemented generically.
The text was updated successfully, but these errors were encountered: