Commit eabbc46
authored
Bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 in the terraform-plugin group (#208)
Bumps the terraform-plugin group with 1 update:
[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework).
Updates `github.com/hashicorp/terraform-plugin-framework` from 1.16.1 to
1.17.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.17.0</h2>
<p>NOTES:</p>
<ul>
<li>In <code>terraform-plugin-framework@v1.15.1</code>, the
<code>UseStateForUnknown</code> plan modifier was updated to preserve
null values from prior state for unconfigured attributes. This updated
version can cause plan inconsistency errors when used on child
attributes of a nested attribute that expect
<code>UseStateForUnknown</code> to keep the child attributes on new
nested objects as <code><unknown></code> (known after apply).
The new <code>UseNonNullStateForUnknown</code> plan modifier can now be
used where child attributes are expecting this pre-1.15.1 behavior. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1197">#1197</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>action/schema: Added <code>WriteOnly</code> schema field for action
schemas. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1233">#1233</a>)</li>
<li>all: Added a new plan modifier for all types,
<code>UseNonNullStateForUnknown</code> that preserves known, non-null,
values for unconfigured attributes. This can be used when it is known
that an unconfigured value will remain the same after the attribute is
updated to a non-null value. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1242">#1242</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>fwserver: update validation list result validation to check if an
identity's values are all null (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1230">#1230</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.17.0 (December 02, 2025)</h2>
<p>NOTES:</p>
<ul>
<li>In <code>terraform-plugin-framework@v1.15.1</code>, the
<code>UseStateForUnknown</code> plan modifier was updated to preserve
null values from prior state for unconfigured attributes. This updated
version can cause plan inconsistency errors when used on child
attributes of a nested attribute that expect
<code>UseStateForUnknown</code> to keep the child attributes on new
nested objects as <code><unknown></code> (known after apply).
The new <code>UseNonNullStateForUnknown</code> plan modifier can now be
used where child attributes are expecting this pre-1.15.1 behavior. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1197">#1197</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>action/schema: Added <code>WriteOnly</code> schema field for action
schemas. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1233">#1233</a>)</li>
<li>all: Added a new plan modifier for all types,
<code>UseNonNullStateForUnknown</code> that preserves known, non-null,
values for unconfigured attributes. This can be used when it is known
that an unconfigured value will remain the same after the attribute is
updated to a non-null value. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1242">#1242</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>fwserver: update validation list result validation to check if an
identity's values are all null (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1230">#1230</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/d11e38895e5c74b11a2a5748ad02a9dd806ec163"><code>d11e388</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/18140ec9b32ef46fe25a7e318663ff612d06938f"><code>18140ec</code></a>
all: Add <code>UseNonNullStateForUnknown</code> plan modifier to assist
with child neste...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/44348af3923c82a93c64ae7dca906d9850ba956b"><code>44348af</code></a>
build(deps): Bump the github-actions group with 3 updates (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1243">#1243</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/7fb50058928e09bae9289d436c60b576270d1bf5"><code>7fb5005</code></a>
build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /tools
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1241">#1241</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/1df337d9d8fce9baa44f78db64f14dc0a0312d89"><code>1df337d</code></a>
build(deps): Bump github.com/hashicorp/terraform-plugin-log (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1240">#1240</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/5310c6836867f6bc6bce5cf466ad0f3408bb5668"><code>5310c68</code></a>
build(deps): Bump golangci/golangci-lint-action (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1238">#1238</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/58c003c58a4fece7f6904f2c1ec9fe96f5f39703"><code>58c003c</code></a>
build(deps): Bump actions/upload-artifact in the github-actions group
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1234">#1234</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/e0355d6e6ed7903297a537b663b64c0266dd40f0"><code>e0355d6</code></a>
Add support for write-only attributes in actions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1233">#1233</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/8855023d0fe786d15a500a5bd718447cd4d52d25"><code>8855023</code></a>
list: update list result validation to check if identity is fully null
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1230">#1230</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.16.1...v1.17.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 <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>1 parent d310cea commit eabbc46
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments