Skip to content

Commit

Permalink
Bump the terraform group across 1 directory with 3 updates (#126)
Browse files Browse the repository at this point in the history
Bumps the terraform group with 2 updates in the / directory:
[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.18.0 to
0.19.1
<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.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>
<ul>
<li>migrate: use relative paths (from provider directory) instead of
absolute paths for migrated code templates (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/330">#330</a>)</li>
<li>migrate: fixed a bug where documentation files with provider name
prefixes were migrated to templates directory as-is, causing
<code>generate</code> to create duplicate templates (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li>
<li>generate: fixed a bug where incorrect attribute titles were being
generated for certain nested schemas (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/350">#350</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.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>
<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>
<ul>
<li>migrate: use relative paths (from provider directory) instead of
absolute paths for migrated code templates (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/330">#330</a>)</li>
<li>migrate: fixed a bug where documentation files with provider name
prefixes were migrated to templates directory as-is, causing
<code>generate</code> to create duplicate templates (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li>
<li>generate: fixed a bug where incorrect attribute titles were being
generated for certain nested schemas (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/350">#350</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/0d49b43ceea9e02f3bf2f96b1e15c10a8d3269a2"><code>0d49b43</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/eb49c34b363912914393e0b7473db977a6812ac7"><code>eb49c34</code></a>
Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/359">#359</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/e059d5ee05e6faee245cf265e0d3dad4ea04d7ed"><code>e059d5e</code></a>
Correctly handle <code>*ast.AutoLink</code> nodes in the
<code>plainmarkdown</code> function (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/361">#361</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/c8e5e1f1d4be3614b185c312537cf52be2145ff1"><code>c8e5e1f</code></a>
Render attribute names for nested objected attributes correctly (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/357">#357</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/e6e13a726f786605886cec829c9469ca45a67849"><code>e6e13a7</code></a>
Add <code>plainmarkdown</code> breaking change entry to
<code>v0.19.0</code> changelog (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/358">#358</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/45dd2486868d4d544169d465921b325125116593"><code>45dd248</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/1f28b7c00ba0faedb68415a81b6718edc4865e29"><code>1f28b7c</code></a>
Move <code>schemamd</code> and <code>functionmd</code> packages to
<code>internal</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/ab779d3b106c5c7e804f38068549540afce3bea1"><code>ab779d3</code></a>
calc path in title next to anchorID (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/350">#350</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/e7e94b3d13ecb71eb4bb01d447bfb5ca61044784"><code>e7e94b3</code></a>
Bump github.com/hashicorp/hc-install from 0.6.3 to 0.6.4 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/352">#352</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/e3fab9aaa095c21d19845a7be6025ef912f576ad"><code>e3fab9a</code></a>
Strip Provider Prefix from File Names during Migration (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/hashicorp/terraform-plugin-framework` from 1.7.0 to
1.8.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.8.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>function: Removed <code>Definition</code> type
<code>Parameter()</code> method (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>function: Provider-defined function features are now considered
generally available and protected by compatibility promises (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/966">#966</a>)</li>
<li>attr/xattr: The <code>TypeWithValidate</code> interface has been
deprecated in preference of the <code>ValidateableAttribute</code>
interface. A <code>ValidatableParameter</code> interface has also been
added to the <code>function</code> package (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>attr/xattr: Added <code>ValidateableAttribute</code> interface for
custom value type implementations (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
<li>function: Added <code>ValidateableParameter</code> interface for
custom value type implementations (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
<li><code>function</code>: Add <code>BoolParameterValidator</code>,
<code>DynamicParameterValidator</code>,
<code>Float64ParameterValidator</code>,
<code>Int64ParameterValidator</code>,
<code>ListParameterValidator</code>, <code>MapParameterValidator</code>,
<code>NumberParameterValidator</code>,
<code>ObjectParameterValidator</code>,
<code>SetParameterValidator</code>, and
<code>StringParameterValidator</code> interfaces for custom function
parameter validation implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li>
<li><code>function</code>: Add <code>ParameterWithBoolValidators</code>,
<code>ParameterWithInt64Validators</code>,
<code>ParameterWithFloat64Validators</code>,
<code>ParameterWithDynamicValidators</code>,
<code>ParameterWithListValidators</code>,
<code>ParameterWithMapValidators</code>,
<code>ParameterWithNumberValidators</code>,
<code>ParameterWithObjectValidators</code>,
<code>ParameterWithSetValidators</code>, and
<code>ParameterWithStringValidators</code> interfaces to enable
parameter-based validation support (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>types/basetypes: Prevented panic in the <code>MapValue</code> types
<code>Equal</code> method when the receiver has a nil
<code>elementType</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li>
<li>types/basetypes: Prevented panic in the <code>ListValue</code> types
<code>Equal</code> method when the receiver has a nil
<code>elementType</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li>
<li>types/basetypes: Prevented panic in the <code>SetValue</code> types
<code>Equal</code> method when the receiver has a nil
<code>elementType</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li>
<li>resource: Ensured computed-only dynamic attributes will not cause
<code>wrong final value type</code> errors during planning (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/969">#969</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.8.0 (April 18, 2024)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>function: Removed <code>Definition</code> type
<code>Parameter()</code> method (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>function: Provider-defined function features are now considered
generally available and protected by compatibility promises (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/966">#966</a>)</li>
<li>attr/xattr: The <code>TypeWithValidate</code> interface has been
deprecated in preference of the <code>ValidateableAttribute</code>
interface. A <code>ValidatableParameter</code> interface has also been
added to the <code>function</code> package (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li>attr/xattr: Added <code>ValidateableAttribute</code> interface for
custom value type implementations (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
<li>function: Added <code>ValidateableParameter</code> interface for
custom value type implementations (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
<li><code>function</code>: Add <code>BoolParameterValidator</code>,
<code>DynamicParameterValidator</code>,
<code>Float64ParameterValidator</code>,
<code>Int64ParameterValidator</code>,
<code>ListParameterValidator</code>, <code>MapParameterValidator</code>,
<code>NumberParameterValidator</code>,
<code>ObjectParameterValidator</code>,
<code>SetParameterValidator</code>, and
<code>StringParameterValidator</code> interfaces for custom function
parameter validation implementations. (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li>
<li><code>function</code>: Add <code>ParameterWithBoolValidators</code>,
<code>ParameterWithInt64Validators</code>,
<code>ParameterWithFloat64Validators</code>,
<code>ParameterWithDynamicValidators</code>,
<code>ParameterWithListValidators</code>,
<code>ParameterWithMapValidators</code>,
<code>ParameterWithNumberValidators</code>,
<code>ParameterWithObjectValidators</code>,
<code>ParameterWithSetValidators</code>, and
<code>ParameterWithStringValidators</code> interfaces to enable
parameter-based validation support (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>types/basetypes: Prevented panic in the <code>MapValue</code> types
<code>Equal</code> method when the receiver has a nil
<code>elementType</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li>
<li>types/basetypes: Prevented panic in the <code>ListValue</code> types
<code>Equal</code> method when the receiver has a nil
<code>elementType</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li>
<li>types/basetypes: Prevented panic in the <code>SetValue</code> types
<code>Equal</code> method when the receiver has a nil
<code>elementType</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li>
<li>resource: Ensured computed-only dynamic attributes will not cause
<code>wrong final value type</code> errors during planning (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/969">#969</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/711b0a56f69f800f0c857684e329fea5439ad5cd"><code>711b0a5</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/9d9533cfe4d0b6a8569287a1d5ed9c1e2ab34e89"><code>9d9533c</code></a>
build(deps): Bump github.com/hashicorp/terraform-plugin-go (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/984">#984</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/23c24033e2cb9ba800093414f24f751946cb26e6"><code>23c2403</code></a>
Remove wildcard suffix from <code>setup_terraform</code> workflow call
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/981">#981</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/392ed7c42581c91b3da5c43ea22301097990072f"><code>392ed7c</code></a>
website: Update testing documentation to utilize new
<code>statecheck</code> and `knownv...</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/de32b2cb370d531433d21e0908f3128017255fe6"><code>de32b2c</code></a>
basetypes: fix equality for values with nil elementType (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/961">#961</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/d36ac87819ac1af513efcfd3fe904235cc3e9091"><code>d36ac87</code></a>
Add parameter-based provider-defined function validation (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/971">#971</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/f6057dfcc47c34678d6d7eef5ac53f80595bf075"><code>f6057df</code></a>
docs: Remove technical preview verbiage from provider-defined functions
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/972">#972</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/4a9b6a3892c0f172526e65b3b814147edf62f071"><code>4a9b6a3</code></a>
Add type-based provider-defined function parameter validation (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/968">#968</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/541a7cbf55534b0bd277c1bc24bc431937db2771"><code>541a7cb</code></a>
Small edit for style on a code comment (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/975">#975</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-framework/commit/484f311c99cf62e7bbf638ede03e1c7df97151db"><code>484f311</code></a>
internal/fwserver: Ensure computed dynamic values are marked as dynamic
type ...</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.7.0...v1.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/hashicorp/terraform-plugin-go` from 0.22.1 to 0.22.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-go/releases">github.com/hashicorp/terraform-plugin-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.22.2</h2>
<p>BUG FIXES:</p>
<ul>
<li>tftypes: Large integers are always encoded as msgpack integers
rather than float values to ensure the decoded value will not be rounded
to 52-bit precision (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396">#396</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-go's
changelog</a>.</em></p>
<blockquote>
<h2>0.22.2 (April 18, 2024)</h2>
<p>BUG FIXES:</p>
<ul>
<li>tftypes: Large integers are always encoded as msgpack integers
rather than float values to ensure the decoded value will not be rounded
to 52-bit precision (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396">#396</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/8e2a4b5413cccc1d2ef9e9346f1aa455b4566ccb"><code>8e2a4b5</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/865883db34c848e4e8d34c4c2cd43eadd77822df"><code>865883d</code></a>
don't marshal integer values as msgpack floats (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/396">#396</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/6d19ca64af00197688a09d459e361c0b206bae1b"><code>6d19ca6</code></a>
workflows: Remove wildcard suffix from Terraform workflow call (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/395">#395</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/b2e70970c014e12e7f5b1b988010edeb3bc28f3c"><code>b2e7097</code></a>
build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/394">#394</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/06b2d94c36ac858bb511c57c51559dfb34db4a0f"><code>06b2d94</code></a>
build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/393">#393</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-go/commit/1d146a83a4bb50a5b96c5f7e0828c6a5d40b1281"><code>1d146a8</code></a>
build(deps): Bump google.golang.org/protobuf in /tools (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/390">#390</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-plugin-go/compare/v0.22.1...v0.22.2">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
dependabot[bot] authored Apr 24, 2024
1 parent db40b83 commit 239d338
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 48 deletions.
31 changes: 17 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,36 @@ toolchain go1.22.0

require (
github.com/google/go-containerregistry v0.19.1
github.com/hashicorp/terraform-plugin-docs v0.18.0
github.com/hashicorp/terraform-plugin-framework v1.7.0
github.com/hashicorp/terraform-plugin-go v0.22.1
github.com/hashicorp/terraform-plugin-docs v0.19.1
github.com/hashicorp/terraform-plugin-framework v1.8.0
github.com/hashicorp/terraform-plugin-go v0.22.2
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-testing v1.7.0
github.com/spf13/cobra v1.8.0
)

require (
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute v1.24.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
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
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
github.com/agext/levenshtein v1.2.2 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/armon/go-radix v1.0.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/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
github.com/docker/cli v24.0.0+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v26.0.2+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/cli v1.1.6 // indirect
Expand All @@ -46,7 +48,7 @@ require (
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.3 // indirect
github.com/hashicorp/hc-install v0.6.4 // indirect
github.com/hashicorp/hcl/v2 v2.20.0 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.20.0 // indirect
Expand All @@ -73,7 +75,6 @@ require (
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
github.com/pkg/errors v0.9.1 // 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/sirupsen/logrus v1.9.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
Expand All @@ -83,21 +84,23 @@ require (
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.0 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/zclconf/go-cty v1.14.3 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.13.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
71 changes: 37 additions & 34 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
cloud.google.com/go/compute v1.23.3 h1:6sVlXXBmbd7jNX0Ipq0trII3e4n1/MsADLK6a+aiVlk=
cloud.google.com/go/compute v1.23.3/go.mod h1:VCgBUoMnIVIR0CscqQiPJLAG25E3ZRZMzcFZeQ+h8CI=
cloud.google.com/go/compute v1.24.0 h1:phWcR2eWzRJaL/kOiJwfFsPs4BaKq1j6vnpZrc1YlVg=
cloud.google.com/go/compute v1.24.0/go.mod h1:kw1/T+h/+tK2LJK0wiPPx1intgdAM3j/g3hFDlscY40=
cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
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 All @@ -15,8 +16,8 @@ github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj
github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 h1:nHGfwXmFvJrSR9xu8qL7BkO4DqTHXE9N5vPhgY2I+j0=
github.com/ProtonMail/go-crypto v1.1.0-alpha.0/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 h1:bkyFVUP+ROOARdgCiJzNQo2V2kiB97LyUpzH9P6Hrlg=
github.com/ProtonMail/go-crypto v1.1.0-alpha.2/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE=
github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=
Expand All @@ -26,6 +27,8 @@ github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
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/v4 v4.6.1 h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=
github.com/bmatcuk/doublestar/v4 v4.6.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8=
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
Expand Down Expand Up @@ -58,17 +61,17 @@ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66D
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=
github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow=
github.com/go-git/go-git/v5 v5.11.0 h1:XIZc1p+8YzypNr34itUfSvYJcv+eYdTnTvOZ2vD3cA4=
github.com/go-git/go-git/v5 v5.11.0/go.mod h1:6GFcX2P3NM7FPBfpePbpLd21XxsgdAt+lKqXmCUiUCY=
github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys=
github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY=
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=
github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand Down Expand Up @@ -102,8 +105,8 @@ 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.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/hc-install v0.6.3 h1:yE/r1yJvWbtrJ0STwScgEnCanb0U9v7zp0Gbkmcoxqs=
github.com/hashicorp/hc-install v0.6.3/go.mod h1:KamGdbodYzlufbWh4r9NRo8y6GLHWZP2GBtdnms1Ln0=
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/hcl/v2 v2.20.0 h1:l++cRs/5jQOiKVvqXZm/P1ZEfVXJmvLS9WSVxkaeTb4=
github.com/hashicorp/hcl/v2 v2.20.0/go.mod h1:WmcD/Ym72MDOOx5F62Ly+leloeu6H7m0pG7VBiU6pQk=
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
Expand All @@ -112,12 +115,12 @@ github.com/hashicorp/terraform-exec v0.20.0 h1:DIZnPsqzPGuUnq6cH8jWcPunBfY+C+M8J
github.com/hashicorp/terraform-exec v0.20.0/go.mod h1:ckKGkJWbsNqFKV1itgMnE0hY9IYf1HoiekpuN0eWoDw=
github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRyRNd+zTI05U=
github.com/hashicorp/terraform-json v0.21.0/go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk=
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-framework v1.7.0 h1:wOULbVmfONnJo9iq7/q+iBOBJul5vRovaYJIu2cY/Pw=
github.com/hashicorp/terraform-plugin-framework v1.7.0/go.mod h1:jY9Id+3KbZ17OMpulgnWLSfwxNVYSoYBQFTgsx044CI=
github.com/hashicorp/terraform-plugin-go v0.22.1 h1:iTS7WHNVrn7uhe3cojtvWWn83cm2Z6ryIUDTRO0EV7w=
github.com/hashicorp/terraform-plugin-go v0.22.1/go.mod h1:qrjnqRghvQ6KnDbB12XeZ4FluclYwptntoWCr9QaXTI=
github.com/hashicorp/terraform-plugin-docs v0.19.1 h1:XYIlGCfnUDVTyKPIHFKRDfB4INU+pyPKk6VZ/1apPIc=
github.com/hashicorp/terraform-plugin-docs v0.19.1/go.mod h1:NPfKCSfzTtq+YCFHr2qTAMknWUxR8C4KgTbGkHULSV8=
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-go v0.22.2 h1:5o8uveu6eZUf5J7xGPV0eY0TPXg3qpmwX9sce03Bxnc=
github.com/hashicorp/terraform-plugin-go v0.22.2/go.mod h1:drq8Snexp9HsbFZddvyLHN6LuWHHndSQg+gV+FPkcIM=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 h1:qHprzXy/As0rxedphECBEQAh3R4yp6pKksKHcqZx5G8=
Expand Down Expand Up @@ -195,19 +198,17 @@ github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXq
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
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/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/sirupsen/logrus v1.9.1 h1:Ou41VVR3nMWWmTiEUnj0OlsgOSCUFgsPAOl6jRIcVtQ=
github.com/sirupsen/logrus v1.9.1/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/skeema/knownhosts v1.2.1 h1:SHWdIUa82uGZz+F+47k8SY4QhhI291cXCpopT1lK2AQ=
github.com/skeema/knownhosts v1.2.1/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo=
github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A=
github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
Expand Down Expand Up @@ -241,12 +242,14 @@ github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
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.0 h1:EfOIvIMZIzHdB/R/zVrikYLPPwJlfMcNczJFMs1m6sA=
github.com/yuin/goldmark v1.7.0/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.14.3 h1:1JXy1XroaGrzZuG6X9dt7HL6s9AwbY+l4UNL8o5B6ho=
github.com/zclconf/go-cty v1.14.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
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=
go.abhg.dev/goldmark/frontmatter v0.2.0 h1:P8kPG0YkL12+aYk2yU3xHv4tcXzeVnN+gU0tJ5JnxRw=
go.abhg.dev/goldmark/frontmatter v0.2.0/go.mod h1:XqrEkZuM57djk7zrlRUB02x8I5J0px76YjkOzhB4YlU=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
Expand All @@ -255,17 +258,17 @@ golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOM
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 h1:EDuYyU/MkFXllv9QF9819VlI9a4tzGuCbhG0ExK9o1U=
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.15.0 h1:SernR4v+D55NyBH2QiEQrlBAnj1ECL6AGrA5+dPaMY8=
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
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/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/oauth2 v0.16.0 h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ=
golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o=
golang.org/x/oauth2 v0.17.0 h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=
golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down Expand Up @@ -309,10 +312,10 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=
google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 h1:AjyfHzEPEFp/NpvfN5g+KDla3EMojjhRVZc1i7cj+oM=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s=
google.golang.org/grpc v1.62.1 h1:B4n+nfKzOICUXMgyrNd19h/I9oH0L1pizfk1d4zSgTk=
google.golang.org/grpc v1.62.1/go.mod h1:IWTG0VlJLCh1SkC58F7np9ka9mx/WNkjl4PGJaiq+QE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de h1:cZGRis4/ot9uVm639a+rHCUaG0JJHEsdyzSQTMX+suY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:H4O17MA/PE9BsGx3w+a+W2VOLLD1Qf7oJneAoU6WktY=
google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
Expand Down

0 comments on commit 239d338

Please sign in to comment.