You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As hashicorp/terraform-plugin-framework#147 is resolved, the terraform-plugin-framework now has support for dynamic type. We shall consider using dynamic types instead of a plain string (JSON) for better UX, includes:
Easier to author. You can now use native HCL to define the body. Also you reference the attribute of the output natively
Native supports of ignore_changes
Customizable decoration on the fields in body, including:
As hashicorp/terraform-plugin-framework#147 is resolved, the terraform-plugin-framework now has support for dynamic type. We shall consider using dynamic types instead of a plain string (JSON) for better UX, includes:
body
. Also you reference the attribute of theoutput
nativelyignore_changes
body
, including:sensitive
toset
The text was updated successfully, but these errors were encountered: