Skip to content

Commit

Permalink
build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.1…
Browse files Browse the repository at this point in the history
…8.0 to 0.19.4 (#396)

Bumps
[github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs)
from 0.18.0 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>
<h2>v0.19.3</h2>
<p>BUG FIXES:</p>
<ul>
<li>validate: Fixed issue with provider name not defaulting to directory
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/376">#376</a>)</li>
</ul>
<h2>v0.19.2</h2>
<p>BUG FIXES:</p>
<ul>
<li>migrate: Ensured idempotency of template files when command is ran
multiple times (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/364">#364</a>)</li>
<li>generate: Prevented automatic <code>id</code> attribute behaviors
under blocks (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/365">#365</a>)</li>
</ul>
<h2>v0.19.1</h2>
<p>BUG FIXES:</p>
<ul>
<li>generate: fixed a bug where attribute titles were not being
generated for nested object attributes (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/357">#357</a>)</li>
<li>generate: fixed a bug where the <code>plainmarkdown</code> function
did not output plain URLs (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/361">#361</a>)</li>
</ul>
<h2>v0.19.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>generate: the <code>plainmarkdown</code> function now removes all
markdown elements/formatting to render the output as plain text (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/332">#332</a>)</li>
<li>schemamd: The <code>schemamd</code> package has moved to
<code>internal/schemamd</code> and can no longer be imported (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li>
<li>functionmd: The <code>functionmd</code> package has moved to
<code>internal/functionmd</code> and can no longer be imported (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>validate: Added support for Provider-defined Function documentation
to all checks (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>InvalidDirectoriesCheck</code> which checks
for valid provider documentation folder structure (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>MixedDirectoriesCheck</code> which throws an
error if both legacy documentation and registry documentation are found
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>NumberOfFilesCheck</code> which checks the
number of provider documentation files against the registry limit (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FileSizeCheck</code> which checks the provider
documentation file size against the registry limit (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FileExtensionCheck</code> which checks for
valid provider documentation file extensions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FrontMatterCheck</code> which checks the YAML
frontmatter of provider documentation for missing required fields or
invalid fields (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FileMismatchCheck</code> which checks the
names/number of provider documentation files against the provider schema
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<ul>
<li>migrate: Added <code>--provider-name</code> flag to override the
default provider name when any file names that contain provider name
prefixes are removed during migration (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li>
</ul>
<p>BUG FIXES:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>
<h2>0.19.3 (May 28, 2024)</h2>
<p>BUG FIXES:</p>
<ul>
<li>validate: Fixed issue with provider name not defaulting to directory
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/376">#376</a>)</li>
</ul>
<h2>0.19.2 (April 29, 2024)</h2>
<p>BUG FIXES:</p>
<ul>
<li>migrate: Ensured idempotency of template files when command is ran
multiple times (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/364">#364</a>)</li>
<li>generate: Prevented automatic <code>id</code> attribute behaviors
under blocks (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/365">#365</a>)</li>
</ul>
<h2>0.19.1 (April 22, 2024)</h2>
<p>BUG FIXES:</p>
<ul>
<li>generate: fixed a bug where attribute titles were not being
generated for nested object attributes (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/357">#357</a>)</li>
<li>generate: fixed a bug where the <code>plainmarkdown</code> function
did not output plain URLs (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/361">#361</a>)</li>
</ul>
<h2>0.19.0 (April 15, 2024)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>generate: the <code>plainmarkdown</code> function now removes all
markdown elements/formatting to render the output as plain text (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/332">#332</a>)</li>
<li>schemamd: The <code>schemamd</code> package has moved to
<code>internal/schemamd</code> and can no longer be imported (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li>
<li>functionmd: The <code>functionmd</code> package has moved to
<code>internal/functionmd</code> and can no longer be imported (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>validate: Added support for Provider-defined Function documentation
to all checks (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>InvalidDirectoriesCheck</code> which checks
for valid provider documentation folder structure (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>MixedDirectoriesCheck</code> which throws an
error if both legacy documentation and registry documentation are found
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>NumberOfFilesCheck</code> which checks the
number of provider documentation files against the registry limit (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FileSizeCheck</code> which checks the provider
documentation file size against the registry limit (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FileExtensionCheck</code> which checks for
valid provider documentation file extensions (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FrontMatterCheck</code> which checks the YAML
frontmatter of provider documentation for missing required fields or
invalid fields (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
<li>validate: Added <code>FileMismatchCheck</code> which checks the
names/number of provider documentation files against the provider schema
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li>
</ul>
<p>ENHANCEMENTS:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/0638bc3b5b17d78421ac8e1f6b389ddba99712b0"><code>0638bc3</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/c74bb389f290858c2316dc4074aa231fd3decb91"><code>c74bb38</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/379">#379</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/7f32d6846456ea3feae1857ddc742d07dea3a524"><code>7f32d68</code></a>
validate: Default provider name to base directory when running
<code>validate</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/377">#377</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/56ab54b69c28b2cc7af6da9a6bd9a4528e4ea394"><code>56ab54b</code></a>
Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/378">#378</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.4">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-docs&package-manager=go_modules&previous-version=0.18.0&new-version=0.19.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Gier <[email protected]>
  • Loading branch information
dependabot[bot] and pgier authored Oct 3, 2024
1 parent 9c9e0dd commit 529f933
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
14 changes: 8 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.6.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/hashicorp/terraform-plugin-docs v0.18.0
github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.8.0
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
github.com/hashicorp/terraform-plugin-go v0.23.0
Expand All @@ -23,6 +23,7 @@ require (
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
Expand All @@ -36,6 +37,7 @@ require (
github.com/aws/aws-sdk-go v1.38.67 // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deepmap/oapi-codegen v1.12.4 // indirect
Expand All @@ -51,8 +53,8 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.6.4 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/hc-install v0.7.0 // indirect
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.21.0 // indirect
Expand All @@ -77,18 +79,18 @@ require (
github.com/oklog/run v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yuin/goldmark v1.6.0 // indirect
github.com/yuin/goldmark v1.7.1 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
Expand Down
28 changes: 16 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0=
github.com/Kunde21/markdownfmt/v3 v3.1.0/go.mod h1:tPXN1RTyOzJwhfHoon9wUr4HGYmWgVxSQN6VBJDkrVc=
Expand Down Expand Up @@ -85,6 +87,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ
github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
github.com/bmatcuk/doublestar/v4 v4.6.1 h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=
github.com/bmatcuk/doublestar/v4 v4.6.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc h1:biVzkmvwrH8WK8raXaxBx6fRVTlJILwEwQGL1I/ByEI=
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
Expand Down Expand Up @@ -238,12 +242,12 @@ github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/C
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/go-version v1.1.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/hc-install v0.6.4 h1:QLqlM56/+SIIGvGcfFiwMY3z5WGXT066suo/v9Km8e0=
github.com/hashicorp/hc-install v0.6.4/go.mod h1:05LWLy8TD842OtgcfBbOT0WMoInBMUSHjmDx10zuBIA=
github.com/hashicorp/hc-install v0.7.0 h1:Uu9edVqjKQxxuD28mR5TikkKDd/p55S8vzPC1659aBk=
github.com/hashicorp/hc-install v0.7.0/go.mod h1:ELmmzZlGnEcqoUMKUuykHaPCIR1sYLYX+KSggWSKZuA=
github.com/hashicorp/hcl/v2 v2.3.0/go.mod h1:d+FwDBbOLvpAM3Z6J7gPj/VoAGkNe/gm352ZhjJ/Zv8=
github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
Expand All @@ -255,8 +259,8 @@ github.com/hashicorp/terraform-exec v0.21.0/go.mod h1:1PPeMYou+KDUSSeRE9szMZ/oHf
github.com/hashicorp/terraform-json v0.10.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE=
github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7orfb5Ltvec=
github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
github.com/hashicorp/terraform-plugin-docs v0.18.0 h1:2bINhzXc+yDeAcafurshCrIjtdu1XHn9zZ3ISuEhgpk=
github.com/hashicorp/terraform-plugin-docs v0.18.0/go.mod h1:iIUfaJpdUmpi+rI42Kgq+63jAjI8aZVTyxp3Bvk9Hg8=
github.com/hashicorp/terraform-plugin-docs v0.19.4 h1:G3Bgo7J22OMtegIgn8Cd/CaSeyEljqjH3G39w28JK4c=
github.com/hashicorp/terraform-plugin-docs v0.19.4/go.mod h1:4pLASsatTmRynVzsjEhbXZ6s7xBlUw/2Kt0zfrq8HxA=
github.com/hashicorp/terraform-plugin-framework v1.8.0 h1:P07qy8RKLcoBkCrY2RHJer5AEvJnDuXomBgou6fD8kI=
github.com/hashicorp/terraform-plugin-framework v1.8.0/go.mod h1:/CpTukO88PcL/62noU7cuyaSJ4Rsim+A/pa+3rUVufY=
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc=
Expand Down Expand Up @@ -386,8 +390,6 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
Expand Down Expand Up @@ -434,8 +436,8 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68=
github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.7.1 h1:3bajkSilaCbjdKVsKdZjZCLBNPL9pYzrCakKaf4U49U=
github.com/yuin/goldmark v1.7.1/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc=
github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBvXi1lBb2VP0=
github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8=
Expand All @@ -445,6 +447,8 @@ github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
go.abhg.dev/goldmark/frontmatter v0.2.0 h1:P8kPG0YkL12+aYk2yU3xHv4tcXzeVnN+gU0tJ5JnxRw=
go.abhg.dev/goldmark/frontmatter v0.2.0/go.mod h1:XqrEkZuM57djk7zrlRUB02x8I5J0px76YjkOzhB4YlU=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down Expand Up @@ -496,8 +500,8 @@ golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzB
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.0.0-20180530234432-1e491301e022/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180811021610-c39426892332/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down

0 comments on commit 529f933

Please sign in to comment.