Skip to content

Commit 698af5e

Browse files
Update changelog
1 parent 2571b11 commit 698af5e

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.changes/2.37.0-beta.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2.37.0-beta.1 (April 18, 2025)
2+
3+
NOTES:
4+
5+
* This beta pre-release continues the implementation of managed resource identity, which should now be used with Terraform v1.12.0-beta2. Managed resources now can support import by identity during plan and apply workflows. Managed resources that already support import via the `schema.Resource.Importer` field still need to set an ID during import when an identity is provided. The `RequiredForImport` and `OptionalForImport` fields on the identity schema can be used to control the validation that Terraform core will apply to the import config block. ([#1463](https://github.com/hashicorp/terraform-plugin-sdk/issues/1463))
6+

.changes/unreleased/NOTES-20250418-154446.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.37.0-beta.1 (April 18, 2025)
2+
3+
NOTES:
4+
5+
* This beta pre-release continues the implementation of managed resource identity, which should now be used with Terraform v1.12.0-beta2. Managed resources now can support import by identity during plan and apply workflows. Managed resources that already support import via the `schema.Resource.Importer` field still need to set an ID during import when an identity is provided. The `RequiredForImport` and `OptionalForImport` fields on the identity schema can be used to control the validation that Terraform core will apply to the import config block. ([#1463](https://github.com/hashicorp/terraform-plugin-sdk/issues/1463))
6+
17
## 2.37.0-alpha.1 (March 20, 2025)
28

39
NOTES:

0 commit comments

Comments
 (0)