Skip to content

Commit a43c9a2

Browse files
build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.4 (#431)
* build(deps): Bump github.com/hashicorp/terraform-plugin-docs Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.16.0 to 0.19.4. - [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.16.0...v0.19.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Run "make generate" Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
1 parent cdc423f commit a43c9a2

File tree

3 files changed

+44
-34
lines changed

3 files changed

+44
-34
lines changed

docs/data-sources/application.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@ Read-Only:
125125
- `recurse` (Boolean) Whether to scan a directory recursively for manifests.
126126

127127
<a id="nestedatt--spec--sources--directory--jsonnet"></a>
128-
### Nested Schema for `spec.sources.directory.recurse`
128+
### Nested Schema for `spec.sources.directory.jsonnet`
129129

130130
Read-Only:
131131

132-
- `ext_vars` (Attributes List) List of Jsonnet External Variables. (see [below for nested schema](#nestedatt--spec--sources--directory--recurse--ext_vars))
132+
- `ext_vars` (Attributes List) List of Jsonnet External Variables. (see [below for nested schema](#nestedatt--spec--sources--directory--jsonnet--ext_vars))
133133
- `libs` (List of String) Additional library search dirs.
134-
- `tlas` (Attributes List) List of Jsonnet Top-level Arguments (see [below for nested schema](#nestedatt--spec--sources--directory--recurse--tlas))
134+
- `tlas` (Attributes List) List of Jsonnet Top-level Arguments (see [below for nested schema](#nestedatt--spec--sources--directory--jsonnet--tlas))
135135

136-
<a id="nestedatt--spec--sources--directory--recurse--ext_vars"></a>
137-
### Nested Schema for `spec.sources.directory.recurse.ext_vars`
136+
<a id="nestedatt--spec--sources--directory--jsonnet--ext_vars"></a>
137+
### Nested Schema for `spec.sources.directory.jsonnet.ext_vars`
138138

139139
Read-Only:
140140

@@ -143,8 +143,8 @@ Read-Only:
143143
- `value` (String) Value of Jsonnet variable.
144144

145145

146-
<a id="nestedatt--spec--sources--directory--recurse--tlas"></a>
147-
### Nested Schema for `spec.sources.directory.recurse.tlas`
146+
<a id="nestedatt--spec--sources--directory--jsonnet--tlas"></a>
147+
### Nested Schema for `spec.sources.directory.jsonnet.tlas`
148148

149149
Read-Only:
150150

@@ -170,7 +170,7 @@ Read-Only:
170170
- `values` (String) Helm values to be passed to 'helm template', typically defined as a Attribute.
171171

172172
<a id="nestedatt--spec--sources--helm--file_parameters"></a>
173-
### Nested Schema for `spec.sources.helm.values`
173+
### Nested Schema for `spec.sources.helm.file_parameters`
174174

175175
Read-Only:
176176

@@ -179,7 +179,7 @@ Read-Only:
179179

180180

181181
<a id="nestedatt--spec--sources--helm--parameters"></a>
182-
### Nested Schema for `spec.sources.helm.values`
182+
### Nested Schema for `spec.sources.helm.parameters`
183183

184184
Read-Only:
185185

@@ -212,7 +212,7 @@ Read-Only:
212212
- `parameters` (Attributes List) Parameters to supply to config management plugin. (see [below for nested schema](#nestedatt--spec--sources--plugin--parameters))
213213

214214
<a id="nestedatt--spec--sources--plugin--env"></a>
215-
### Nested Schema for `spec.sources.plugin.parameters`
215+
### Nested Schema for `spec.sources.plugin.env`
216216

217217
Read-Only:
218218

@@ -261,7 +261,7 @@ Read-Only:
261261
- `limit` (Number) Maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.
262262

263263
<a id="nestedatt--spec--sync_policy--retry--backoff"></a>
264-
### Nested Schema for `spec.sync_policy.retry.limit`
264+
### Nested Schema for `spec.sync_policy.retry.backoff`
265265

266266
Read-Only:
267267

go.mod

+10-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/cristalhq/jwt/v3 v3.1.0
1212
github.com/elliotchance/pie/v2 v2.8.0
1313
github.com/golang/protobuf v1.5.4
14-
github.com/hashicorp/terraform-plugin-docs v0.16.0
14+
github.com/hashicorp/terraform-plugin-docs v0.19.4
1515
github.com/hashicorp/terraform-plugin-framework v1.10.0
1616
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
1717
github.com/hashicorp/terraform-plugin-go v0.23.0
@@ -38,7 +38,9 @@ require (
3838
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3939
github.com/Azure/go-autorest/logger v0.2.1 // indirect
4040
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
41+
github.com/BurntSushi/toml v1.2.1 // indirect
4142
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
43+
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
4244
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
4345
github.com/Masterminds/goutils v1.1.1 // indirect
4446
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
@@ -70,7 +72,7 @@ require (
7072
github.com/aws/smithy-go v1.13.5 // indirect
7173
github.com/beorn7/perks v1.0.1 // indirect
7274
github.com/bgentry/speakeasy v0.1.0 // indirect
73-
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
75+
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
7476
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
7577
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
7678
github.com/casbin/casbin/v2 v2.77.2 // indirect
@@ -132,6 +134,7 @@ require (
132134
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
133135
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
134136
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
137+
github.com/hashicorp/cli v1.1.6 // indirect
135138
github.com/hashicorp/errwrap v1.1.0 // indirect
136139
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
137140
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -167,8 +170,8 @@ require (
167170
github.com/mailru/easyjson v0.7.7 // indirect
168171
github.com/mattn/go-colorable v0.1.13 // indirect
169172
github.com/mattn/go-isatty v0.0.20 // indirect
173+
github.com/mattn/go-runewidth v0.0.14 // indirect
170174
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
171-
github.com/mitchellh/cli v1.1.5 // indirect
172175
github.com/mitchellh/copystructure v1.2.0 // indirect
173176
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
174177
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -197,6 +200,7 @@ require (
197200
github.com/prometheus/procfs v0.10.1 // indirect
198201
github.com/r3labs/diff v1.1.0 // indirect
199202
github.com/redis/go-redis/v9 v9.0.5 // indirect
203+
github.com/rivo/uniseg v0.4.4 // indirect
200204
github.com/rs/cors v1.8.0 // indirect
201205
github.com/russross/blackfriday v1.6.0 // indirect
202206
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
@@ -220,8 +224,11 @@ require (
220224
github.com/whilp/git-urls v1.0.0 // indirect
221225
github.com/xanzy/ssh-agent v0.3.3 // indirect
222226
github.com/xlab/treeprint v1.1.0 // indirect
227+
github.com/yuin/goldmark v1.7.1 // indirect
228+
github.com/yuin/goldmark-meta v1.1.0 // indirect
223229
github.com/yuin/gopher-lua v1.1.0 // indirect
224230
github.com/zclconf/go-cty v1.15.0 // indirect
231+
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
225232
go.mongodb.org/mongo-driver v1.11.3 // indirect
226233
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
227234
go.opentelemetry.io/otel v1.22.0 // indirect

0 commit comments

Comments
 (0)