Commit 6ae387f
chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0 (#238)
Bumps
[github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs)
from 0.21.0 to 0.22.0.
<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.22.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>generate: The <code>.ProviderShortName</code> template function now
uses the rendered provider name to derive the provider short name. Users
that pass in the <code>--rendered-provider-name</code> flag might see a
different output for this function (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>generate: Generated import documentation will now contain more
information about which methods are supported by the provider (CLI
command, config by ID, config by identity). (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/495">#495</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>generate: Added support for defining import example file
(<code>import-by-string-id.tf</code>) using Terraform configuration and
the <code>id</code> attribute (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/472">#472</a>)</li>
<li>generate: Added support for defining import example file
(<code>import-by-identity.tf</code>) using Terraform configuration and
the <code>identity</code> attribute (managed resource identity) (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/496">#496</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>validate: Add <code>allowed-guide-subcategories</code> and
<code>allowed-resource-subcategories</code> to provide a list of allowed
subcategories (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li>
<li>validate: Add <code>allowed-guide-subcategories-file</code> and
<code>allowed-resource-subcategories-file</code> to provide a file
containing a list of allowed subcategories (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li>
<li>generate: Default resource and function templates now use
<code>.RenderedProviderName</code> instead of <code>.ProviderName</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li>
<li>generate: Remove trailing whitespace from default function template
when <code>.HasVariadic</code> evaluates to false (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>validate: Fixed a bug that caused all non-index files to be detected
as guides (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li>
<li>generate: Remove <code>subcategory</code> field from default
provider templates (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</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.22.0 (July 01, 2025)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>generate: The <code>.ProviderShortName</code> template function now
uses the rendered provider name to derive the provider short name. Users
that pass in the <code>--rendered-provider-name</code> flag might see a
different output for this function (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>generate: Generated import documentation will now contain more
information about which methods are supported by the provider (CLI
command, config by ID, config by identity). (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/495">#495</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>generate: Added support for defining import example file
(<code>import-by-string-id.tf</code>) using Terraform configuration and
the <code>id</code> attribute (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/472">#472</a>)</li>
<li>generate: Added support for defining import example file
(<code>import-by-identity.tf</code>) using Terraform configuration and
the <code>identity</code> attribute (managed resource identity) (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/496">#496</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>validate: Add <code>allowed-guide-subcategories</code> and
<code>allowed-resource-subcategories</code> to provide a list of allowed
subcategories (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li>
<li>validate: Add <code>allowed-guide-subcategories-file</code> and
<code>allowed-resource-subcategories-file</code> to provide a file
containing a list of allowed subcategories (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li>
<li>generate: Default resource and function templates now use
<code>.RenderedProviderName</code> instead of <code>.ProviderName</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li>
<li>generate: Remove trailing whitespace from default function template
when <code>.HasVariadic</code> evaluates to false (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>validate: Fixed a bug that caused all non-index files to be detected
as guides (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li>
<li>generate: Remove <code>subcategory</code> field from default
provider templates (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/0be94a77bdb365b5cfe31e4c21f7815b384d2399"><code>0be94a7</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/5db550975c478ae458ad12964b3f967be1055883"><code>5db5509</code></a>
generate: Add support for import configuration examples with
<code>identity</code> + sch...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/3b9b212b7696d8528397271c5ff4a5ddc2a3ce05"><code>3b9b212</code></a>
generate: Add support for <code>import</code> configuration examples
with the <code>id</code> attri...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/31cddc780d26d5e66fce673e18f64d6b297fd6f5"><code>31cddc7</code></a>
Revert "Bump github.com/yuin/goldmark from 1.7.7 to 1.7.12 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/484">#484</a>)"
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/498">#498</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/9ff8b91ea1e23bbdb28d7b89aa0cd6c50518f8c7"><code>9ff8b91</code></a>
Dependabot: Single weekly PR for GH Actions, Single PR for
terraform-plugin-*...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/03677020e0a08a75df4180baaace07b0e42a2fe3"><code>0367702</code></a>
Generate: Use rendered provider name instead of provider name in default
temp...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/8b2645d33ebb685b19030284154b5c7c1510fedf"><code>8b2645d</code></a>
Bump github.com/yuin/goldmark from 1.7.7 to 1.7.12 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/484">#484</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/2f25d2c0d2305eb5117d85d3857416249874092a"><code>2f25d2c</code></a>
fix: remove double newlines when no variadic argument (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/2ffec57b62671e96a119acc9617cf71c3133577b"><code>2ffec57</code></a>
Remove subcategory field from frontmatter in default provider template.
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/20d59379a481902ab13b77deabad17683d2653dc"><code>20d5937</code></a>
Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/491">#491</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.21.0...v0.22.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 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>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ethan Dickson <[email protected]>1 parent 6243aac commit 6ae387f
File tree
7 files changed
+13
-6
lines changed- docs
- resources
7 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
| 245 | + | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | | - | |
| 403 | + | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments