Skip to content

Commit 529f933

Browse files
build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.18.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Gier <paul.gier@datastax.com>
1 parent 9c9e0dd commit 529f933

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1212
github.com/hashicorp/go-retryablehttp v0.7.7
13-
github.com/hashicorp/terraform-plugin-docs v0.18.0
13+
github.com/hashicorp/terraform-plugin-docs v0.19.4
1414
github.com/hashicorp/terraform-plugin-framework v1.8.0
1515
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
1616
github.com/hashicorp/terraform-plugin-go v0.23.0
@@ -23,6 +23,7 @@ require (
2323
)
2424

2525
require (
26+
github.com/BurntSushi/toml v1.2.1 // indirect
2627
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
2728
github.com/Masterminds/goutils v1.1.1 // indirect
2829
github.com/Masterminds/semver/v3 v3.2.0 // indirect
@@ -36,6 +37,7 @@ require (
3637
github.com/aws/aws-sdk-go v1.38.67 // indirect
3738
github.com/beevik/etree v1.1.0 // indirect
3839
github.com/bgentry/speakeasy v0.1.0 // indirect
40+
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
3941
github.com/cloudflare/circl v1.3.7 // indirect
4042
github.com/davecgh/go-spew v1.1.1 // indirect
4143
github.com/deepmap/oapi-codegen v1.12.4 // indirect
@@ -51,8 +53,8 @@ require (
5153
github.com/hashicorp/go-multierror v1.1.1 // indirect
5254
github.com/hashicorp/go-plugin v1.6.0 // indirect
5355
github.com/hashicorp/go-uuid v1.0.3 // indirect
54-
github.com/hashicorp/go-version v1.6.0 // indirect
55-
github.com/hashicorp/hc-install v0.6.4 // indirect
56+
github.com/hashicorp/go-version v1.7.0 // indirect
57+
github.com/hashicorp/hc-install v0.7.0 // indirect
5658
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
5759
github.com/hashicorp/logutils v1.0.0 // indirect
5860
github.com/hashicorp/terraform-exec v0.21.0 // indirect
@@ -77,18 +79,18 @@ require (
7779
github.com/oklog/run v1.0.0 // indirect
7880
github.com/pmezard/go-difflib v1.0.0 // indirect
7981
github.com/posener/complete v1.2.3 // indirect
80-
github.com/russross/blackfriday v1.6.0 // indirect
8182
github.com/shopspring/decimal v1.3.1 // indirect
8283
github.com/spf13/cast v1.5.0 // indirect
8384
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
8485
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
8586
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
86-
github.com/yuin/goldmark v1.6.0 // indirect
87+
github.com/yuin/goldmark v1.7.1 // indirect
8788
github.com/yuin/goldmark-meta v1.1.0 // indirect
8889
github.com/zclconf/go-cty v1.14.4 // indirect
90+
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
8991
golang.org/x/crypto v0.23.0 // indirect
9092
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
91-
golang.org/x/mod v0.16.0 // indirect
93+
golang.org/x/mod v0.17.0 // indirect
9294
golang.org/x/net v0.23.0 // indirect
9395
golang.org/x/sys v0.20.0 // indirect
9496
golang.org/x/text v0.15.0 // indirect

go.sum

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
3333
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
3434
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
3535
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
36+
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
37+
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
3638
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
3739
github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0=
3840
github.com/Kunde21/markdownfmt/v3 v3.1.0/go.mod h1:tPXN1RTyOzJwhfHoon9wUr4HGYmWgVxSQN6VBJDkrVc=
@@ -85,6 +87,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ
8587
github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=
8688
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
8789
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
90+
github.com/bmatcuk/doublestar/v4 v4.6.1 h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=
91+
github.com/bmatcuk/doublestar/v4 v4.6.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
8892
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc h1:biVzkmvwrH8WK8raXaxBx6fRVTlJILwEwQGL1I/ByEI=
8993
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
9094
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
@@ -238,12 +242,12 @@ github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/C
238242
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
239243
github.com/hashicorp/go-version v1.1.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
240244
github.com/hashicorp/go-version v1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
241-
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
242-
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
245+
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
246+
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
243247
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
244248
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
245-
github.com/hashicorp/hc-install v0.6.4 h1:QLqlM56/+SIIGvGcfFiwMY3z5WGXT066suo/v9Km8e0=
246-
github.com/hashicorp/hc-install v0.6.4/go.mod h1:05LWLy8TD842OtgcfBbOT0WMoInBMUSHjmDx10zuBIA=
249+
github.com/hashicorp/hc-install v0.7.0 h1:Uu9edVqjKQxxuD28mR5TikkKDd/p55S8vzPC1659aBk=
250+
github.com/hashicorp/hc-install v0.7.0/go.mod h1:ELmmzZlGnEcqoUMKUuykHaPCIR1sYLYX+KSggWSKZuA=
247251
github.com/hashicorp/hcl/v2 v2.3.0/go.mod h1:d+FwDBbOLvpAM3Z6J7gPj/VoAGkNe/gm352ZhjJ/Zv8=
248252
github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
249253
github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
@@ -255,8 +259,8 @@ github.com/hashicorp/terraform-exec v0.21.0/go.mod h1:1PPeMYou+KDUSSeRE9szMZ/oHf
255259
github.com/hashicorp/terraform-json v0.10.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE=
256260
github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7orfb5Ltvec=
257261
github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
258-
github.com/hashicorp/terraform-plugin-docs v0.18.0 h1:2bINhzXc+yDeAcafurshCrIjtdu1XHn9zZ3ISuEhgpk=
259-
github.com/hashicorp/terraform-plugin-docs v0.18.0/go.mod h1:iIUfaJpdUmpi+rI42Kgq+63jAjI8aZVTyxp3Bvk9Hg8=
262+
github.com/hashicorp/terraform-plugin-docs v0.19.4 h1:G3Bgo7J22OMtegIgn8Cd/CaSeyEljqjH3G39w28JK4c=
263+
github.com/hashicorp/terraform-plugin-docs v0.19.4/go.mod h1:4pLASsatTmRynVzsjEhbXZ6s7xBlUw/2Kt0zfrq8HxA=
260264
github.com/hashicorp/terraform-plugin-framework v1.8.0 h1:P07qy8RKLcoBkCrY2RHJer5AEvJnDuXomBgou6fD8kI=
261265
github.com/hashicorp/terraform-plugin-framework v1.8.0/go.mod h1:/CpTukO88PcL/62noU7cuyaSJ4Rsim+A/pa+3rUVufY=
262266
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc=
@@ -386,8 +390,6 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
386390
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
387391
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
388392
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
389-
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
390-
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
391393
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
392394
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
393395
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
@@ -434,8 +436,8 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
434436
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
435437
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
436438
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
437-
github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68=
438-
github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
439+
github.com/yuin/goldmark v1.7.1 h1:3bajkSilaCbjdKVsKdZjZCLBNPL9pYzrCakKaf4U49U=
440+
github.com/yuin/goldmark v1.7.1/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
439441
github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc=
440442
github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBvXi1lBb2VP0=
441443
github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8=
@@ -445,6 +447,8 @@ github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8
445447
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
446448
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
447449
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
450+
go.abhg.dev/goldmark/frontmatter v0.2.0 h1:P8kPG0YkL12+aYk2yU3xHv4tcXzeVnN+gU0tJ5JnxRw=
451+
go.abhg.dev/goldmark/frontmatter v0.2.0/go.mod h1:XqrEkZuM57djk7zrlRUB02x8I5J0px76YjkOzhB4YlU=
448452
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
449453
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
450454
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
@@ -496,8 +500,8 @@ golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzB
496500
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
497501
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
498502
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
499-
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
500-
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
503+
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
504+
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
501505
golang.org/x/net v0.0.0-20180530234432-1e491301e022/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
502506
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
503507
golang.org/x/net v0.0.0-20180811021610-c39426892332/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=

0 commit comments

Comments
 (0)