From a638c26246a3c0d0c4f30eebb8943d86ab234e4a Mon Sep 17 00:00:00 2001 From: lentidas Date: Fri, 15 Sep 2023 12:57:04 +0000 Subject: [PATCH] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 3f094dc..e11167b 100644 --- a/README.adoc +++ b/README.adoc @@ -216,11 +216,11 @@ The following providers are used by this module: - [[provider_random]] <> (>= 3) -- [[provider_null]] <> +- [[provider_utils]] <> (>= 1) - [[provider_argocd]] <> (>= 5) -- [[provider_utils]] <> (>= 1) +- [[provider_null]] <> === Resources @@ -269,6 +269,30 @@ Type: `string` Default: `"argocd"` +==== [[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. @@ -564,6 +588,24 @@ Description: ID to pass other modules in order to refer to this module as a depe |`"argocd"` |no +|[[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`