-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f54d3a2
commit e6b2d53
Showing
6 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 2.36.0 (February 04, 2025) | ||
|
||
NOTES: | ||
|
||
* Write-only attribute support is in technical preview and offered without compatibility promises until Terraform 1.11 is generally available. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375)) | ||
|
||
FEATURES: | ||
|
||
* helper/schema: Added `WriteOnly` schema behavior for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375)) | ||
* helper/validation: Added `PreferWriteOnlyAttribute()` validator that warns practitioners when a write-only version of a configured attribute is available. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375)) | ||
* schema/resource: Added `ValidateRawResourceConfigFuncs` field which allows resources to define validation logic during the `ValidateResourceTypeConfig` RPC. ([#1375](https://github.com/hashicorp/terraform-plugin-sdk/issues/1375)) | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters