dependabot[bot] opened a new pull request, #236:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/236

   Bumps 
[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing)
 from 1.7.0 to 1.13.3.
   <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.3</h2>
   <p>NOTES:</p>
   <ul>
   <li>Adds an opt-in compatibility flag for config mode tests to unlock 
upgrade from v1.5.1 to latest for specific providers. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/496";>#496</a>)</li>
   </ul>
   <h2>v1.13.2</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Updated <code>ImportBlockWith*</code> import state 
modes to use the <code>ExpectNonEmpty</code> field to allow non-empty import 
plans to pass successfully. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/518";>#518</a>)</li>
   <li>helper/resource: Fixed bug with import state mode where prior test 
config is not used for <code>ConfigFile</code> or <code>ConfigDirectory</code> 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/516";>#516</a>)</li>
   </ul>
   <h2>v1.13.1</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>echoprovider: Fixed bug where Terraform v1.12+ would return an error 
message indicating the provider doesn't support 
<code>GetResourceIdentitySchemas</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/512";>#512</a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform-plugin-testing/blob/v1.13.3/CHANGELOG.md";>github.com/hashicorp/terraform-plugin-testing's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.13.3 (August 15, 2025)</h2>
   <p>NOTES:</p>
   <ul>
   <li>Adds an opt-in compatibility flag for config mode tests to unlock 
upgrade from v1.5.1 to latest for specific providers. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/496";>#496</a>)</li>
   </ul>
   <h2>1.13.2 (June 11, 2025)</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>helper/resource: Updated <code>ImportBlockWith*</code> import state 
modes to use the <code>ExpectNonEmpty</code> field to allow non-empty import 
plans to pass successfully. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/518";>#518</a>)</li>
   <li>helper/resource: Fixed bug with import state mode where prior test 
config is not used for <code>ConfigFile</code> or <code>ConfigDirectory</code> 
(<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/516";>#516</a>)</li>
   </ul>
   <h2>1.13.1 (May 21, 2025)</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>echoprovider: Fixed bug where Terraform v1.12+ would return an error 
message indicating the provider doesn't support 
<code>GetResourceIdentitySchemas</code>. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/512";>#512</a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/1c1031c98a28729e2661d56f2dce8c61f4d2b5a4";><code>1c1031c</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/c569860d8482a7041e821d702745b56945d362bc";><code>c569860</code></a>
 helper/resource: compatibility refresh after config mode test step (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/496";>#496</a>)
 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/538";>#538</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/1911214131f1514a01c55f6480a7b2bbc23c60f6";><code>1911214</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/2d87e3d2e56f22a133430d7a48308759fc318d77";><code>2d87e3d</code></a>
 importstate: Fixed bug where prior test config is not used for 
<code>ConfigFile</code> o...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/baee5c6d8e2eff98c23ccbd05bcbdf0b1a44d025";><code>baee5c6</code></a>
 importstate: Use <code>ExpectNonEmptyPlan</code> field to ignore no-op 
assertion for imp...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/40e77496ca29c982ecf485f67fe246eb578f2e4b";><code>40e7749</code></a>
 build(deps): Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/524";>#524</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/e0e40e8c75cc93bd0be10590cc7b00143559e81b";><code>e0e40e8</code></a>
 build(deps): Bump github.com/cloudflare/circl in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/523";>#523</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/a15aaaf1ff0c5905fee0c90dd9f4e3a773817a14";><code>a15aaaf</code></a>
 build(deps): Bump golang.org/x/crypto from 0.38.0 to 0.39.0 (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/521";>#521</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/433374658aa31d3491ecf8f7da2f8392702abbd9";><code>4333746</code></a>
 build(deps): Bump github.com/cli/go-gh/v2 in /tools (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/517";>#517</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-testing/commit/f93511e1eeb942e64370f53368659a834e0ab9e8";><code>f93511e</code></a>
 build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/515";>#515</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.7.0...v1.13.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-testing&package-manager=go_modules&previous-version=1.7.0&new-version=1.13.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to