diff --git a/README.adoc b/README.adoc index 61c2783..3769e02 100644 --- a/README.adoc +++ b/README.adoc @@ -253,6 +253,14 @@ Type: `string` Default: `null` +==== [[input_subdomain]] <> + +Description: Sub domain of the cluster. Value used for the ingress' URL of the application. + +Type: `string` + +Default: `"apps"` + ==== [[input_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. @@ -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]] <> @@ -615,6 +623,12 @@ Description: ID to pass other modules in order to refer to this module as a depe |`null` |no +|[[input_subdomain]] <> +|Sub domain of the cluster. Value used for the ingress' URL of the application. +|`string` +|`"apps"` +|no + |[[input_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` @@ -642,7 +656,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v3.2.0"` +|`"v3.2.1"` |no |[[input_helm_values]] <>