Skip to content

Commit 9eb7da0

Browse files
authored
update terraform-plugin-go to v0.27.0-alpha.1 and add changie entry (#1449)
* update terraform-plugin-go to v0.27.0-alpha.1 * add changie entry for resource identity alpha feature * Fix typo in NOTES-20250319-150717.yaml
1 parent f58eb00 commit 9eb7da0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
kind: NOTES
2+
body: This alpha pre-release contains an initial implementation for managed resource identity, which can used with Terraform v1.12.0-alpha20250312,
3+
to store and read identity data during plan and apply workflows. A managed resource identity can be used by defining an identity schema in the
4+
`resource.Identity` field. Once the identity schema is defined, you can read and store identity data in the new IdentityData struct that is available
5+
via the new `Identity()` method on ResourceData and ResourceDiff structs.
6+
time: 2025-03-19T15:07:17.690255+01:00
7+
custom:
8+
Issue: "1444"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/hashicorp/logutils v1.0.0
1717
github.com/hashicorp/terraform-exec v0.22.0
1818
github.com/hashicorp/terraform-json v0.24.0
19-
github.com/hashicorp/terraform-plugin-go v0.26.1-0.20250313132633-b799d5c93127
19+
github.com/hashicorp/terraform-plugin-go v0.27.0-alpha.1
2020
github.com/hashicorp/terraform-plugin-log v0.9.0
2121
github.com/mitchellh/copystructure v1.2.0
2222
github.com/mitchellh/go-testing-interface v1.14.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ github.com/hashicorp/terraform-json v0.24.0 h1:rUiyF+x1kYawXeRth6fKFm/MdfBS6+lW4
8282
github.com/hashicorp/terraform-json v0.24.0/go.mod h1:Nfj5ubo9xbu9uiAoZVBsNOjvNKB66Oyrvtit74kC7ow=
8383
github.com/hashicorp/terraform-plugin-go v0.26.1-0.20250313132633-b799d5c93127 h1:V7RFaz+LWQY/S8tiWLuVFQMigEoZOpCF2vv7FW83vVw=
8484
github.com/hashicorp/terraform-plugin-go v0.26.1-0.20250313132633-b799d5c93127/go.mod h1:MfDwS/KnIy2QzCwdRtuqIjZ23gpYa9Vm+Z8cFpx8qtU=
85+
github.com/hashicorp/terraform-plugin-go v0.27.0-alpha.1 h1:/IZFNUEafGnJGXRe2iNQQ+vtzEw/5qiD+gOxkFrNbi4=
86+
github.com/hashicorp/terraform-plugin-go v0.27.0-alpha.1/go.mod h1:Tf2HngbyKvovAlGXgBOVGm3EDvbNaN/StUaTXwrej4o=
8587
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
8688
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
8789
github.com/hashicorp/terraform-registry-address v0.2.4 h1:JXu/zHB2Ymg/TGVCRu10XqNa4Sh2bWcqCNyKWjnCPJA=

0 commit comments

Comments
 (0)