Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the terraform group with 2 updates (#328)
Bumps the terraform group with 2 updates: [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) and [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework). Updates `github.com/hashicorp/terraform-plugin-docs` from 0.19.3 to 0.19.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-docs/releases">github.com/hashicorp/terraform-plugin-docs's releases</a>.</em></p> <blockquote> <h2>v0.19.4</h2> <p>NOTES:</p> <ul> <li>validate: The number of files check has been removed to match the latest Terraform Registry ingress logic (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/381">#381</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>generate: Prevented incorrect attribute paths with nested attributes that contain multiple attributes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/380">#380</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-docs's changelog</a>.</em></p> <blockquote> <h2>0.19.4 (June 04, 2024)</h2> <p>NOTES:</p> <ul> <li>validate: The number of files check has been removed to match the latest Terraform Registry ingress logic (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/381">#381</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>generate: Prevented incorrect attribute paths with nested attributes that contain multiple attributes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/380">#380</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/418cfb328446df3fe224d67d7cedc976aad3ca96"><code>418cfb3</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/8b3369473cbc2385272a8e39f1dbd657f55f84d6"><code>8b33694</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/ac10598382c60e6a8ed8ecd6ad712fea5e45f04a"><code>ac10598</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/02572995d4464f1c57d3ecce2b7707bec2dcacdb"><code>0257299</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/387075656798eb0494f3563de71d1781ece38b56"><code>3870756</code></a> generate: Prevent incorrect attribute association with very deep nesting (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/382">#382</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/c656571ac04697e1098c711775ae077b055160da"><code>c656571</code></a> validate: Remove number of files check (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/381">#381</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.19.3...v0.19.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/hashicorp/terraform-plugin-framework` from 1.8.0 to 1.9.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.9.0</h2> <p>NOTES:</p> <ul> <li>resource: If plan modification was dependent on nested attribute plan modification automatically running when the nested object was null/unknown, it may be necessary to add object-level plan modification to convert the nested object to a known object first. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</a>)</li> <li>This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>resource: Add <code>Deferred</code> field to <code>ReadResponse</code>, <code>ModifyPlanResponse</code>, and <code>ImportStateResponse</code> which indicates a resource deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>Deferred</code> field to <code>ReadResponse</code> which indicates a data source deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>resource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code>, <code>ModifyPlanRequest</code>, and <code>ImportStateRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>provider: Add <code>Deferred</code> field to <code>ConfigureResponse</code> which indicates a provider deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> <li>provider: Add <code>ClientCapabilities</code> field to <code>ConfigureRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>function: Introduced implementation errors for collection and object parameters and returns which are missing type information (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/991">#991</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>resource: Prevented errant collection-based nested object conversion from null/unknown object to known object (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</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.9.0 (June 04, 2024)</h2> <p>NOTES:</p> <ul> <li>resource: If plan modification was dependent on nested attribute plan modification automatically running when the nested object was null/unknown, it may be necessary to add object-level plan modification to convert the nested object to a known object first. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</a>)</li> <li>This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>resource: Add <code>Deferred</code> field to <code>ReadResponse</code>, <code>ModifyPlanResponse</code>, and <code>ImportStateResponse</code> which indicates a resource deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>Deferred</code> field to <code>ReadResponse</code> which indicates a data source deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>resource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code>, <code>ModifyPlanRequest</code>, and <code>ImportStateRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>datasource: Add <code>ClientCapabilities</code> field to <code>ReadRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/999">#999</a>)</li> <li>provider: Add <code>Deferred</code> field to <code>ConfigureResponse</code> which indicates a provider deferred action to the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> <li>provider: Add <code>ClientCapabilities</code> field to <code>ConfigureRequest</code> which specifies optionally supported protocol features for the Terraform client (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1002">#1002</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>function: Introduced implementation errors for collection and object parameters and returns which are missing type information (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/991">#991</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>resource: Prevented errant collection-based nested object conversion from null/unknown object to known object (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/995">#995</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/41951efb7fb7b1dc18c3ab899299b1faec9bfb49"><code>41951ef</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/9876a3bfb36a67d4a5e7e3af8238b0c389c270f4"><code>9876a3b</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/96b998a144832c387d108683d1843b40e342e439"><code>96b998a</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/c46dce183de76e502931ad7e4da5d562371422d6"><code>c46dce1</code></a> [CI] terraform-devex-repos automation</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/60c2c5a39c455e9e0297a0dc1016ceabbfa63247"><code>60c2c5a</code></a> all: Add automatic deferred action support for unknown provider configuration...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/d46eab15c7ca6ebe59203481a0370b0975c3931b"><code>d46eab1</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1005">#1005</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/9760e4dd5288087754925c7269c10ca13fcdc514"><code>9760e4d</code></a> [CI] Update lock workflow file</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/7c28f83aa1cc1faeaad8c90a4675366f312ad668"><code>7c28f83</code></a> workflows: Delete old issue label remove workflow (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1004">#1004</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/08e0894fbf0e705e9da18c4cbf163fb2106acc6d"><code>08e0894</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1003">#1003</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework/commit/1bf22e4eaded5ac566c71dfee3023fc19a12b440"><code>1bf22e4</code></a> [CI] Update issue comment triage workflow file</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.8.0...v1.9.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information