Skip to content

Commit

Permalink
website/docs/plugin: Update the Which SDK page to include two new fra…
Browse files Browse the repository at this point in the history
…mework-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.
  • Loading branch information
bflad authored Jul 21, 2022
1 parent b529081 commit e6ff36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/plugin/which-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ should consider using the framework if you would benefit from the ability to:
* Use nested attributes.
* Use any type as the elements of a map.
* Tell when an optional and computed field has been removed from a config.
* Implement schema-based validation that is relative to the current attribute or applies to any list, map, or set element.
* Return warning or error diagnostics during resource destruction.

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

Expand Down

1 comment on commit e6ff36a

@vercel
Copy link

@vercel vercel bot commented on e6ff36a Jul 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.