Skip to content

Commit 939791f

Browse files
build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0 in /tools (#708)
* build(deps): Bump github.com/hashicorp/terraform-plugin-docs in /tools Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-docs@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * regenerate docs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin Valle <[email protected]>
1 parent 415e834 commit 939791f

File tree

6 files changed

+64
-56
lines changed

6 files changed

+64
-56
lines changed

docs/resources/bytes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ resource "azurerm_key_vault_secret" "jwt_secret" {
4747

4848
Import is supported using the following syntax:
4949

50+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
51+
5052
```shell
5153
# Random bytes can be imported by specifying the value as base64 string.
5254
terraform import random_bytes.basic "8/fu3q+2DcgSJ19i0jZ5Cw=="

docs/resources/id.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ resource "aws_instance" "server" {
8686

8787
Import is supported using the following syntax:
8888

89+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
90+
8991
```shell
9092
# Random IDs can be imported using the b64_url with an optional prefix. This
9193
# can be used to replace a config value with a value interpolated from the

docs/resources/integer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ resource "aws_alb_listener_rule" "main" {
6262

6363
Import is supported using the following syntax:
6464

65+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
66+
6567
```shell
6668
# Random integers can be imported using the result, min, and max, with an
6769
# optional seed. This can be used to replace a config value with a value

docs/resources/uuid.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ resource "azurerm_resource_group" "test" {
4343

4444
Import is supported using the following syntax:
4545

46+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
47+
4648
```shell
4749
# Random UUID's can be imported. This can be used to replace a config
4850
# value with a value interpolated from the random provider without

tools/go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.7
44

55
require (
66
github.com/hashicorp/copywrite v0.22.0
7-
github.com/hashicorp/terraform-plugin-docs v0.21.0
7+
github.com/hashicorp/terraform-plugin-docs v0.22.0
88
)
99

1010
require (
@@ -15,7 +15,7 @@ require (
1515
github.com/Masterminds/goutils v1.1.1 // indirect
1616
github.com/Masterminds/semver/v3 v3.3.0 // indirect
1717
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
18-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
18+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
1919
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2020
github.com/armon/go-radix v1.0.0 // indirect
2121
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
@@ -44,10 +44,10 @@ require (
4444
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4545
github.com/hashicorp/go-uuid v1.0.3 // indirect
4646
github.com/hashicorp/go-version v1.7.0 // indirect
47-
github.com/hashicorp/hc-install v0.9.1 // indirect
47+
github.com/hashicorp/hc-install v0.9.2 // indirect
4848
github.com/hashicorp/hcl v1.0.0 // indirect
49-
github.com/hashicorp/terraform-exec v0.22.0 // indirect
50-
github.com/hashicorp/terraform-json v0.24.0 // indirect
49+
github.com/hashicorp/terraform-exec v0.23.0 // indirect
50+
github.com/hashicorp/terraform-json v0.25.0 // indirect
5151
github.com/huandu/xstrings v1.5.0 // indirect
5252
github.com/inconshreveable/mousetrap v1.0.1 // indirect
5353
github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
@@ -75,18 +75,18 @@ require (
7575
github.com/thanhpk/randstr v1.0.4 // indirect
7676
github.com/yuin/goldmark v1.7.8 // indirect
7777
github.com/yuin/goldmark-meta v1.1.0 // indirect
78-
github.com/zclconf/go-cty v1.16.2 // indirect
78+
github.com/zclconf/go-cty v1.16.3 // indirect
7979
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
8080
go.mongodb.org/mongo-driver v1.10.0 // indirect
81-
golang.org/x/crypto v0.36.0 // indirect
81+
golang.org/x/crypto v0.38.0 // indirect
8282
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
83-
golang.org/x/mod v0.22.0 // indirect
83+
golang.org/x/mod v0.25.0 // indirect
8484
golang.org/x/net v0.38.0 // indirect
8585
golang.org/x/oauth2 v0.8.0 // indirect
86-
golang.org/x/sync v0.12.0 // indirect
87-
golang.org/x/sys v0.31.0 // indirect
88-
golang.org/x/term v0.30.0 // indirect
89-
golang.org/x/text v0.23.0 // indirect
86+
golang.org/x/sync v0.15.0 // indirect
87+
golang.org/x/sys v0.33.0 // indirect
88+
golang.org/x/term v0.32.0 // indirect
89+
golang.org/x/text v0.26.0 // indirect
9090
google.golang.org/appengine v1.6.7 // indirect
9191
google.golang.org/protobuf v1.33.0 // indirect
9292
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)