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
lconsuegra authored and github-actions[bot] committed Jan 31, 2024
1 parent bb1f55c commit d919f18
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ Type: `string`

Default: `null`

==== [[input_subdomain]] <<input_subdomain,subdomain>>

Description: Sub domain of the cluster. Value used for the ingress' URL of the application.

Type: `string`

Default: `"apps"`

==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

Description: SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files.
Expand Down Expand Up @@ -291,7 +299,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v3.2.0"`
Default: `"v3.2.1"`

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

Expand Down Expand Up @@ -615,6 +623,12 @@ Description: ID to pass other modules in order to refer to this module as a depe
|`null`
|no
|[[input_subdomain]] <<input_subdomain,subdomain>>
|Sub domain of the cluster. Value used for the ingress' URL of the application.
|`string`
|`"apps"`
|no
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
|SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files.
|`string`
Expand Down Expand Up @@ -642,7 +656,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`
|`"v3.2.0"`
|`"v3.2.1"`
|no
|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down

0 comments on commit d919f18

Please sign in to comment.