From 14219f90758ae723df895752a0a9f0a1f9a580ff Mon Sep 17 00:00:00 2001 From: lentidas Date: Fri, 15 Sep 2023 12:37:18 +0000 Subject: [PATCH] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index baaebf4..48abe44 100644 --- a/README.adoc +++ b/README.adoc @@ -130,13 +130,37 @@ Type: `string` Default: `"cluster"` +==== [[input_argocd_project]] <> + +Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. + +Type: `string` + +Default: `null` + +==== [[input_argocd_labels]] <> + +Description: Labels to attach to the Argo CD Application resource. + +Type: `map(string)` + +Default: `{}` + +==== [[input_destination_cluster]] <> + +Description: Destination cluster where the application should be deployed. + +Type: `string` + +Default: `"in-cluster"` + ==== [[input_target_revision]] <> Description: Override of target revision of the application chart. Type: `string` -Default: `"v2.0.0"` +Default: `"v2.2.0"` ==== [[input_helm_values]] <> @@ -232,9 +256,9 @@ Description: ID to pass other modules in order to refer to this module as a depe [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_null]] <> |>= 3 |[[provider_utils]] <> |>= 1 |[[provider_argocd]] <> |>= 5 +|[[provider_null]] <> |>= 3 |=== = Modules @@ -274,10 +298,28 @@ Description: ID to pass other modules in order to refer to this module as a depe |n/a |yes +|[[input_argocd_project]] <> +|Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. +|`string` +|`null` +|no + +|[[input_argocd_labels]] <> +|Labels to attach to the Argo CD Application resource. +|`map(string)` +|`{}` +|no + +|[[input_destination_cluster]] <> +|Destination cluster where the application should be deployed. +|`string` +|`"in-cluster"` +|no + |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v2.0.0"` +|`"v2.2.0"` |no |[[input_helm_values]] <>