Skip to content

Commit e6ff36a

Browse files
authored
website/docs/plugin: Update the Which SDK page to include two new framework-only features (#65)
Reference: hashicorp/terraform-plugin-framework#396 Reference: hashicorp/terraform-plugin-framework#409 These were included in the terraform-plugin-framework v0.10.0 release and are features not available in terraform-plugin-sdk/v2.
1 parent b529081 commit e6ff36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/plugin/which-sdk.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ should consider using the framework if you would benefit from the ability to:
4141
* Use nested attributes.
4242
* Use any type as the elements of a map.
4343
* Tell when an optional and computed field has been removed from a config.
44+
* Implement schema-based validation that is relative to the current attribute or applies to any list, map, or set element.
45+
* Return warning or error diagnostics during resource destruction.
4446

4547
## Do You Need Any Features That the Framework Doesn't Provide (Yet)?
4648

0 commit comments

Comments
 (0)