dependabot[bot] opened a new pull request, #20: URL: https://github.com/apache/incubator-devlake-terraform/pull/20
Bumps the deps group with 3 updates: [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework), [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) and [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing). Updates `github.com/hashicorp/terraform-plugin-framework` from 1.14.1 to 1.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework/releases">github.com/hashicorp/terraform-plugin-framework's releases</a>.</em></p> <blockquote> <h2>v1.15.0</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li> <li>all: This release contains a new interface and package for implmenting managed resource identity. Resource identity is data that is defined by a separate schema and is stored alongside resource state. Identity data is used by Terrform to uniquely identify a remote object and is meant to be immutable during the remote object's lifecycle. Resources that support identity can now be imported using the <code>identity</code> attribute in Terraform configuration <code>import</code> blocks, available in Terraform v1.12+. The <code>resource.ResourceWithIdentity</code> interface can be implemented to support identity by defining an identity schema. Once the identity schema is defined, you can read and store identity data in the state file via the new <code>Identity</code> fields in the response objects on the resource CRUD methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfsdk: Added <code>ResourceIdentity</code> struct to represent managed resource identity data. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> <li>resource/identityschema: New package for implementing managed resource identity schemas. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li> <li>resource: Added new <code>ImportStatePassthroughWithIdentity</code> helper that can support both identity and ID importing via a single field. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1134">#1134</a>)</li> <li>resource: Added <code>ResourceWithIdentity</code> interface for implementing managed resource identity. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>resource: Updated <code>Create</code>, <code>Update</code>, <code>Read</code>, and <code>Delete</code> request and response objects to support the passing of identity data. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> <li>resource: Updated <code>ImportState</code> method to allow importing by resource identity and returning identity data from import response. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li> </ul> <h2>v1.15.0-beta.1</h2> <p>NOTES:</p> <ul> <li>This beta pre-release continues the implementation of managed resource identity, which should now be used with Terraform v1.12.0-beta1. Managed resources now can support import by identity during plan and apply workflows. Managed resources that already support import via the <code>resource.ResourceWithImportState</code> interface will automatically pass-through identity data to the <code>Read</code> method. The <code>RequiredForImport</code> and <code>OptionalForImport</code> fields on the identity schema can be used to control the validation that Terraform core will apply to the import config block. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li> </ul> <h2>v1.15.0-alpha.1</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li> <li>This alpha pre-release contains an initial implementation for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. A managed resource identity can be used by implementing the optional <code>resource.ResourceWithIdentity</code> interface and defining an identity schema. Once the identity schema is defined, you can read and store identity data in the state file via the new <code>Identity</code> fields in the response objects on the resource CRUD methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework's changelog</a>.</em></p> <blockquote> <h2>1.15.0 (May 16, 2025)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li> <li>all: This release contains a new interface and package for implmenting managed resource identity. Resource identity is data that is defined by a separate schema and is stored alongside resource state. Identity data is used by Terrform to uniquely identify a remote object and is meant to be immutable during the remote object's lifecycle. Resources that support identity can now be imported using the <code>identity</code> attribute in Terraform configuration <code>import</code> blocks, available in Terraform v1.12+. The <code>resource.ResourceWithIdentity</code> interface can be implemented to support identity by defining an identity schema. Once the identity schema is defined, you can read and store identity data in the state file via the new <code>Identity</code> fields in the response objects on the resource CRUD methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfsdk: Added <code>ResourceIdentity</code> struct to represent managed resource identity data. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> <li>resource/identityschema: New package for implementing managed resource identity schemas. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li> <li>resource: Added new <code>ImportStatePassthroughWithIdentity</code> helper that can support both identity and ID importing via a single field. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1134">#1134</a>)</li> <li>resource: Added <code>ResourceWithIdentity</code> interface for implementing managed resource identity. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1107">#1107</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>resource: Updated <code>Create</code>, <code>Update</code>, <code>Read</code>, and <code>Delete</code> request and response objects to support the passing of identity data. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> <li>resource: Updated <code>ImportState</code> method to allow importing by resource identity and returning identity data from import response. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li> </ul> <h2>1.15.0-beta.1 (April 15, 2025)</h2> <p>NOTES:</p> <ul> <li>This beta pre-release continues the implementation of managed resource identity, which should now be used with Terraform v1.12.0-beta1. Managed resources now can support import by identity during plan and apply workflows. Managed resources that already support import via the <code>resource.ResourceWithImportState</code> interface will automatically pass-through identity data to the <code>Read</code> method. The <code>RequiredForImport</code> and <code>OptionalForImport</code> fields on the identity schema can be used to control the validation that Terraform core will apply to the import config block. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1126">#1126</a>)</li> </ul> <h2>1.15.0-alpha.1 (March 18, 2025)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1114">#1114</a>)</li> <li>This alpha pre-release contains an initial implementation for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. A managed resource identity can be used by implementing the optional <code>resource.ResourceWithIdentity</code> interface and defining an identity schema. Once the identity schema is defined, you can read and store identity data in the state file via the new <code>Identity</code> fields in the response objects on the resource CRUD methods. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1112">#1112</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/acbc06a5e7a43fdc192a5995bc5ad7d855a37be2"><code>acbc06a</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/57021a4272b63995b9f80072247ba945759b92fa"><code>57021a4</code></a> build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1145">#1145</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/fc240f17bed6f21a67d580ac410cc0cb35b1c6e4"><code>fc240f1</code></a> ResourceIdentity: Validate that identities do not change after Terraform stor...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/e43fb0b504c3e1702c2c8913eae78523fd816eac"><code>e43fb0b</code></a> build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1142">#1142</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/77d74764642e5d26bb60f474d2839727fd93103b"><code>77d7476</code></a> build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1143">#1143</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/68d7b53836690c927c08f60d9b0cddb8411aa44a"><code>68d7b53</code></a> github: Use Dependabot to keep Actions updated (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1141">#1141</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/e1d72e4112536aad26a23964555f747e09964ce6"><code>e1d72e4</code></a> Resource Identity: Add the UpgradeRPC for resource identity (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1135">#1135</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/5c1ab2d98cfc44fd4a3f42c22ed053f269d8dec4"><code>5c1ab2d</code></a> Prep changelogs for <code>v1.15.0</code> release (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1138">#1138</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/24e7ad7aec11f264757acb1e0256d58202cf1ee4"><code>24e7ad7</code></a> Add catalog metadata (META.d) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1139">#1139</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/17f1faf8787c6987ade7b6d58e297f256473ab43"><code>17f1faf</code></a> resource: Add identity to DeleteRequest (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1132">#1132</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.14.1...v1.15.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/hashicorp/terraform-plugin-go` from 0.26.0 to 0.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-go/releases">github.com/hashicorp/terraform-plugin-go's releases</a>.</em></p> <blockquote> <h2>v0.27.0</h2> <p>NOTES:</p> <ul> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>GetResourceIdentitySchemas</code> and <code>UpgradeResourceIdentity</code> implementations as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/491">#491</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/484">#484</a>)</li> </ul> <h2>v0.27.0-alpha.1</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains the protocol definitions for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/491">#491</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-go's changelog</a>.</em></p> <blockquote> <h2>0.27.0 (May 16, 2025)</h2> <p>NOTES:</p> <ul> <li>tfprotov5+tfprotov6: An upcoming release will require the <code>GetResourceIdentitySchemas</code> and <code>UpgradeResourceIdentity</code> implementations as part of <code>ProviderServer</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/491">#491</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tfprotov5+tfprotov6: Upgraded protocols and added types to support the new resource identity feature (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>Add WithManagedDebugEnvFilePath() option that allows writing TF_REATTACH_PROVIDERS to an environment file (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/484">#484</a>)</li> </ul> <h2>0.27.0-alpha.1 (March 18, 2025)</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains the protocol definitions for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/476">#476</a>)</li> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/491">#491</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/2030c6ca744896f2e8d5a5c60ed87989a57ef0ce"><code>2030c6c</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/2f2273a4c3e4bd92ef97e775f211943856b36074"><code>2f2273a</code></a> build(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/509">#509</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/6eb70a18f4295a17c9a28455ff3fbe3de61a490b"><code>6eb70a1</code></a> build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/507">#507</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/8327e4df2537e7cb4286bdec8b8632e123fccb0c"><code>8327e4d</code></a> build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/508">#508</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/d87b67acbe68e9057e2b018e64450b0fd53fbd94"><code>d87b67a</code></a> github: Use Dependabot to keep Actions updated (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/506">#506</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/06b90646ae2ed3497ea4627df05f583f001e5f73"><code>06b9064</code></a> Add catalog metadata (META.d) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/505">#505</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/74cf1ce2e8e7e9b25303ce6e1aed9a5d2e0a5174"><code>74cf1ce</code></a> move changelogs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/504">#504</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/7df6e42af9849860e368350ffcd71d285bdb8950"><code>7df6e42</code></a> build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/503">#503</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/af2d5d670e2012d587241f37c9052b223b440f92"><code>af2d5d6</code></a> build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/502">#502</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-go/commit/ee6e52ba66ed669583b507f13068b818bce39614"><code>ee6e52b</code></a> build(deps): Bump github.com/hashicorp/terraform-registry-address (<a href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/501">#501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.26.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/hashicorp/terraform-plugin-testing` from 1.12.0 to 1.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-testing/releases">github.com/hashicorp/terraform-plugin-testing's releases</a>.</em></p> <blockquote> <h2>v1.13.0</h2> <p>NOTES:</p> <ul> <li>reduced the volume of DEBUG-level logging to make it easier to visually scan debug output (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/463">#463</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>ImportState: Added support for testing plannable import via Terraform configuration. Configuration is used from the previous test step if available. <code>Config</code>, <code>ConfigFile</code>, and <code>ConfigDirectory</code> can also be used directly with <code>ImportState</code> if needed. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li> <li>ImportState: Added <code>ImportStateKind</code> to control which method of import the <code>ImportState</code> test step uses. <code>ImportCommandWithID</code> (default, same behavior as today) , <code>ImportBlockWithID</code>, and <code>ImportBlockWithResourceIdentity</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li> <li>ImportState: Added <code>ImportStateConfigExact</code> to opt-out of new import config generation for plannable import. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/494">#494</a>)</li> <li>statecheck: Added <code>ExpectIdentityValueMatchesState</code> state check to assert that an identity value matches a state value at the same path. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li> <li>statecheck: Added <code>ExpectIdentityValueMatchesStateAtPath</code> state check to assert that an identity value matches a state value at different paths. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>statecheck: Added <code>ExpectIdentityValue</code> state check, which asserts a specified attribute value of a managed resource identity in state. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/468">#468</a>)</li> <li>statecheck: Added <code>ExpectIdentity</code> state check, which asserts all data of a managed resource identity in state. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li> <li>Adds <code>AdditionalCLIOptions.PlanOptions.NoRefresh</code> to test <code>terraform plan -refresh=false</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/490">#490</a>)</li> </ul> <h2>v1.13.0-beta.1</h2> <p>BREAKING CHANGES:</p> <ul> <li>importstate: <code>ImportStatePersist</code> and <code>ImportStateVerify</code> are not supported for plannable import (<code>ImportBlockWith*</code>) and will return an error (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li> <li>importstate: renamed <code>ImportStateWithId</code> to <code>ImportStateWithID</code> and renamed <code>ImportCommandWithId</code> to <code>ImportCommandWithID</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/465">#465</a>)</li> </ul> <p>NOTES:</p> <ul> <li>This beta pre-release adds support for managed resource identity, which can be used with Terraform v1.12.0-beta2. Acceptance tests can use the <code>ImportBlockWithResourceIdentity</code> kind to exercise the import of a managed resource using its resource identity object values instead of using a string identifier. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/480">#480</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>importstate: plannable import (<code>ImportBlockWith*</code>) fixed for a resource with a dependency (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li> </ul> <h2>v1.13.0-alpha.1</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains testing utilities for managed resource identity, which can be used with <code>Terraform v1.12.0-alpha20250319</code>, to assert identity data stored during apply workflows. A managed resource in a provider can read/store identity data using the <code>terraform-plugin-framework@v1.15.0-alpha.1</code> or <code>terraform-plugin-sdk/v2@v2.37.0-alpha.1</code> Go modules. To assert identity data stored by a provider in state, use the <code>statecheck.ExpectIdentity</code> state check. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-testing's changelog</a>.</em></p> <blockquote> <h2>1.13.0 (May 16, 2025)</h2> <p>NOTES:</p> <ul> <li>reduced the volume of DEBUG-level logging to make it easier to visually scan debug output (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/463">#463</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>ImportState: Added support for testing plannable import via Terraform configuration. Configuration is used from the previous test step if available. <code>Config</code>, <code>ConfigFile</code>, and <code>ConfigDirectory</code> can also be used directly with <code>ImportState</code> if needed. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li> <li>ImportState: Added <code>ImportStateKind</code> to control which method of import the <code>ImportState</code> test step uses. <code>ImportCommandWithID</code> (default, same behavior as today) , <code>ImportBlockWithID</code>, and <code>ImportBlockWithResourceIdentity</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li> <li>ImportState: Added <code>ImportStateConfigExact</code> to opt-out of new import config generation for plannable import. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/494">#494</a>)</li> <li>statecheck: Added <code>ExpectIdentityValueMatchesState</code> state check to assert that an identity value matches a state value at the same path. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li> <li>statecheck: Added <code>ExpectIdentityValueMatchesStateAtPath</code> state check to assert that an identity value matches a state value at different paths. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>statecheck: Added <code>ExpectIdentityValue</code> state check, which asserts a specified attribute value of a managed resource identity in state. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/468">#468</a>)</li> <li>statecheck: Added <code>ExpectIdentity</code> state check, which asserts all data of a managed resource identity in state. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li> <li>Adds <code>AdditionalCLIOptions.PlanOptions.NoRefresh</code> to test <code>terraform plan -refresh=false</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/490">#490</a>)</li> </ul> <h2>1.13.0-beta.1 (April 18, 2025)</h2> <p>BREAKING CHANGES:</p> <ul> <li>importstate: <code>ImportStatePersist</code> and <code>ImportStateVerify</code> are not supported for plannable import (<code>ImportBlockWith*</code>) and will return an error (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li> <li>importstate: renamed <code>ImportStateWithId</code> to <code>ImportStateWithID</code> and renamed <code>ImportCommandWithId</code> to <code>ImportCommandWithID</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/465">#465</a>)</li> </ul> <p>NOTES:</p> <ul> <li>This beta pre-release adds support for managed resource identity, which can be used with Terraform v1.12.0-beta2. Acceptance tests can use the <code>ImportBlockWithResourceIdentity</code> kind to exercise the import of a managed resource using its resource identity object values instead of using a string identifier. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/480">#480</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>importstate: plannable import (<code>ImportBlockWith*</code>) fixed for a resource with a dependency (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li> </ul> <h2>1.13.0-alpha.1 (March 27, 2025)</h2> <p>NOTES:</p> <ul> <li>This alpha pre-release contains testing utilities for managed resource identity, which can be used with <code>Terraform v1.12.0-alpha20250319</code>, to assert identity data stored during apply workflows. A managed resource in a provider can read/store identity data using the <code>terraform-plugin-framework@v1.15.0-alpha.1</code> or <code>terraform-plugin-sdk/v2@v2.37.0-alpha.1</code> Go modules. To assert identity data stored by a provider in state, use the <code>statecheck.ExpectIdentity</code> state check. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/175139dbdb7d546cd02fca289469a9133b422342"><code>175139d</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/c748d531a53fd526632c0d09b9d5e6e88507c6e0"><code>c748d53</code></a> build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/509">#509</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/0060a873ea8c9d4f8c9ec2f3562dd183fcde1418"><code>0060a87</code></a> ResourceIdentity: Switch to using plan instead of applied state for asserting...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/8b8c33ae55dca391f5523780925f4f3c3355c970"><code>8b8c33a</code></a> statecheck: Add new resource identity / state comparison checks (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/fc2179d87cb878ded1d04babf68e7f537bc24aa9"><code>fc2179d</code></a> build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/506">#506</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/a8b13661accd92fe230b7202588201092720ffd2"><code>a8b1366</code></a> build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/507">#507</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/28cd0fd775f2d486e69ad212178fc115e078dd36"><code>28cd0fd</code></a> github: Use Dependabot to keep Actions updated (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/504">#504</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/07dca39acf2c8dbf25d68e47915ff5ddc20490e8"><code>07dca39</code></a> build(deps): Bump github.com/hashicorp/terraform-json (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/505">#505</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/fdfdcd77d688d589ff161f87f0a34962043d3bb3"><code>fdfdcd7</code></a> update changelogs (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/500">#500</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/26e85543f51be94f68ef67c0411c85926d1e3d4c"><code>26e8554</code></a> Update CODEOWNERS (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/501">#501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.12.0...v1.13.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org