Skip to content

Commit

Permalink
docs(terraform-docs): generate docs and write to README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon authored and github-actions[bot] committed Jan 22, 2024
1 parent 0398c50 commit a375af8
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ The following providers are used by this module:

- [[provider_random]] <<provider_random,random>> (>= 3)

- [[provider_null]] <<provider_null,null>>
- [[provider_utils]] <<provider_utils,utils>> (>= 1)

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 5)

- [[provider_utils]] <<provider_utils,utils>> (>= 1)
- [[provider_null]] <<provider_null,null>>

=== Resources

Expand Down Expand Up @@ -291,7 +291,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.3.0"`
Default: `"v3.0.0"`

==== [[input_helm_values]] <<input_helm_values,helm_values>>

Expand Down Expand Up @@ -429,6 +429,14 @@ Type: `bool`

Default: `false`

==== [[input_additional_alert_labels]] <<input_additional_alert_labels,additional_alert_labels>>

Description: Additional labels to add to Longhorn alerts.

Type: `map(string)`

Default: `{}`

==== [[input_enable_dashboard_ingress]] <<input_enable_dashboard_ingress,enable_dashboard_ingress>>

Description: Boolean to enable the creation of an ingress for the Longhorn's dashboard. **If enabled, you must provide a value for `base_domain`.**
Expand Down Expand Up @@ -587,7 +595,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.3.0"`
|`"v3.0.0"`
|no
|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down Expand Up @@ -717,6 +725,12 @@ object({
|`false`
|no
|[[input_additional_alert_labels]] <<input_additional_alert_labels,additional_alert_labels>>
|Additional labels to add to Longhorn alerts.
|`map(string)`
|`{}`
|no
|[[input_enable_dashboard_ingress]] <<input_enable_dashboard_ingress,enable_dashboard_ingress>>
|Boolean to enable the creation of an ingress for the Longhorn's dashboard. **If enabled, you must provide a value for `base_domain`.**
|`bool`
Expand Down

0 comments on commit a375af8

Please sign in to comment.