File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ github.com/hashicorp/terraform-json v0.24.0 h1:rUiyF+x1kYawXeRth6fKFm/MdfBS6+lW4
8282github.com/hashicorp/terraform-json v0.24.0 /go.mod h1:Nfj5ubo9xbu9uiAoZVBsNOjvNKB66Oyrvtit74kC7ow =
8383github.com/hashicorp/terraform-plugin-go v0.26.1-0.20250313132633-b799d5c93127 h1:V7RFaz+LWQY/S8tiWLuVFQMigEoZOpCF2vv7FW83vVw =
8484github.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 =
8587github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0 =
8688github.com/hashicorp/terraform-plugin-log v0.9.0 /go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow =
8789github.com/hashicorp/terraform-registry-address v0.2.4 h1:JXu/zHB2Ymg/TGVCRu10XqNa4Sh2bWcqCNyKWjnCPJA =
You can’t perform that action at this time.
0 commit comments