Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.4 #431

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/data-sources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@ Read-Only:
- `recurse` (Boolean) Whether to scan a directory recursively for manifests.

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

Read-Only:

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

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

Read-Only:

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


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

Read-Only:

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

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

Read-Only:

Expand All @@ -179,7 +179,7 @@ Read-Only:


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

Read-Only:

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

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

Read-Only:

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

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

Read-Only:

Expand Down
13 changes: 10 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/cristalhq/jwt/v3 v3.1.0
github.com/elliotchance/pie/v2 v2.8.0
github.com/golang/protobuf v1.5.4
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.10.0
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
github.com/hashicorp/terraform-plugin-go v0.23.0
Expand All @@ -38,7 +38,9 @@ require (
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
Expand Down Expand Up @@ -70,7 +72,7 @@ require (
github.com/aws/smithy-go v1.13.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
github.com/casbin/casbin/v2 v2.77.2 // indirect
Expand Down Expand Up @@ -132,6 +134,7 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/hashicorp/cli v1.1.6 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Expand Down Expand Up @@ -167,8 +170,8 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/cli v1.1.5 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
Expand Down Expand Up @@ -197,6 +200,7 @@ require (
github.com/prometheus/procfs v0.10.1 // indirect
github.com/r3labs/diff v1.1.0 // indirect
github.com/redis/go-redis/v9 v9.0.5 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rs/cors v1.8.0 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
Expand All @@ -220,8 +224,11 @@ require (
github.com/whilp/git-urls v1.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xlab/treeprint v1.1.0 // indirect
github.com/yuin/goldmark v1.7.1 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/yuin/gopher-lua v1.1.0 // indirect
github.com/zclconf/go-cty v1.15.0 // indirect
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
go.opentelemetry.io/otel v1.22.0 // indirect
Expand Down
Loading