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 committed Jan 26, 2024
1 parent 9dbf9aa commit 81ce0e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,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 @@ -770,6 +778,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 81ce0e4

Please sign in to comment.