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
Xaving authored and github-actions[bot] committed Nov 14, 2024
1 parent 002ca8e commit 54a9e12
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ The following requirements are needed by this module:

The following providers are used by this module:

- [[provider_null]] <<provider_null,null>> (>= 3)

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

- [[provider_htpasswd]] <<provider_htpasswd,htpasswd>> (>= 1)
Expand All @@ -30,6 +28,8 @@ The following providers are used by this module:

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

- [[provider_null]] <<provider_null,null>> (>= 3)

=== Resources

The following resources are used by this module:
Expand Down Expand Up @@ -301,6 +301,14 @@ Type: `string`

Default: `"30d"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Description: Enable Prometheus ServiceMonitor in the Helm chart.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -333,8 +341,8 @@ Description: Credentials to access the Loki ingress, if activated.
|Name |Version
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_htpasswd]] <<provider_htpasswd,htpasswd>> |>= 1
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
|[[provider_null]] <<provider_null,null>> |>= 3
|===

Expand Down Expand Up @@ -601,6 +609,12 @@ object({
|`"30d"`
|no

|[[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>
|Enable Prometheus ServiceMonitor in the Helm chart.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@ Type: `string`

Default: `"30d"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Description: Enable Prometheus ServiceMonitor in the Helm chart.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -643,6 +651,12 @@ object({
|`"30d"`
|no

|[[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>
|Enable Prometheus ServiceMonitor in the Helm chart.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@ Type: `string`

Default: `"30d"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Description: Enable Prometheus ServiceMonitor in the Helm chart.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -644,6 +652,12 @@ object({
|`"30d"`
|no

|[[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>
|Enable Prometheus ServiceMonitor in the Helm chart.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,14 @@ Type: `string`

Default: `"30d"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Description: Enable Prometheus ServiceMonitor in the Helm chart.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -602,6 +610,12 @@ object({
|`"30d"`
|no

|[[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>
|Enable Prometheus ServiceMonitor in the Helm chart.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,14 @@ Type: `string`

Default: `"30d"`

==== [[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>

Description: Enable Prometheus ServiceMonitor in the Helm chart.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -698,6 +706,12 @@ object({
|`"30d"`
|no
|[[input_enable_service_monitor]] <<input_enable_service_monitor,enable_service_monitor>>
|Enable Prometheus ServiceMonitor in the Helm chart.
|`bool`
|`true`
|no
|===
= Outputs
Expand Down

0 comments on commit 54a9e12

Please sign in to comment.