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
lentidas committed Aug 14, 2024
1 parent 62f869e commit d325189
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 26 deletions.
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ 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)

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

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

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

=== Resources

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

Type: `string`

Default: `"v8.0.0"`
Default: `"v8.2.0"`

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

Expand Down Expand Up @@ -335,8 +335,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_utils]] <<provider_utils,utils>> |>= 1
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_null]] <<provider_null,null>> |>= 3
|===

Expand Down Expand Up @@ -380,7 +380,7 @@ Description: Credentials to access the Loki ingress, if activated.
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v8.0.0"`
|`"v8.2.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v8.0.0"`
Default: `"v8.2.0"`

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

Expand Down Expand Up @@ -420,7 +420,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v8.0.0"`
|`"v8.2.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v8.0.0"`
Default: `"v8.2.0"`

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

Expand Down Expand Up @@ -421,7 +421,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v8.0.0"`
|`"v8.2.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v8.0.0"`
Default: `"v8.2.0"`

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

Expand Down Expand Up @@ -379,7 +379,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v8.0.0"`
|`"v8.2.0"`
|no

|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down
16 changes: 2 additions & 14 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ Version:

The following input variables are required:

==== [[input_cluster_id]] <<input_cluster_id,cluster_id>>

Description: ID of the SKS cluster.

Type: `string`

==== [[input_logs_storage]] <<input_logs_storage,logs_storage>>

Description: Exoscale SOS bucket configuration values for the bucket where the logs will be stored.
Expand Down Expand Up @@ -174,7 +168,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v8.0.0"`
Default: `"v8.2.0"`

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

Expand Down Expand Up @@ -443,12 +437,6 @@ Description: Credentials to access the Loki ingress, if activated.
[cols="a,a,a,a,a",options="header,autowidth"]
|===
|Name |Description |Type |Default |Required
|[[input_cluster_id]] <<input_cluster_id,cluster_id>>
|ID of the SKS cluster.
|`string`
|n/a
|yes
|[[input_logs_storage]] <<input_logs_storage,logs_storage>>
|Exoscale SOS bucket configuration values for the bucket where the logs will be stored.
|
Expand Down Expand Up @@ -487,7 +475,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v8.0.0"`
|`"v8.2.0"`
|no
|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down

0 comments on commit d325189

Please sign in to comment.