From 5cd19c806151e44e52e95b0813c09df62e2c2111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= <33546359+lentidas@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:12:39 +0200 Subject: [PATCH] feat!: point the Argo CD provider to the new repository (#121) * feat!: point the Argo CD provider to the new repository * docs(terraform-docs): generate docs and write to README.adoc --------- Co-authored-by: lentidas --- README.adoc | 22 +++++++++++----------- aks/README.adoc | 4 ++-- eks/README.adoc | 4 ++-- kind/README.adoc | 4 ++-- sks/README.adoc | 4 ++-- terraform.tf | 4 ++-- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.adoc b/README.adoc index 22ee779b..b760ec25 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ The following requirements are needed by this module: -- [[requirement_argocd]] <> (>= 5) +- [[requirement_argocd]] <> (>= 6) - [[requirement_htpasswd]] <> (>= 1) @@ -20,22 +20,22 @@ The following requirements are needed by this module: The following providers are used by this module: +- [[provider_null]] <> (>= 3) + - [[provider_random]] <> (>= 3) - [[provider_htpasswd]] <> (>= 1) -- [[provider_argocd]] <> (>= 5) +- [[provider_argocd]] <> (>= 6) - [[provider_utils]] <> (>= 1) -- [[provider_null]] <> (>= 3) - === Resources The following resources are used by this module: -- https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/application[argocd_application.this] (resource) -- https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.this] (resource) +- https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/application[argocd_application.this] (resource) +- https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.this] (resource) - https://registry.terraform.io/providers/loafoe/htpasswd/latest/docs/resources/password[htpasswd_password.loki_password_hash] (resource) - https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] (resource) - https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.this] (resource) @@ -319,7 +319,7 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[requirement_argocd]] <> |>= 5 +|[[requirement_argocd]] <> |>= 6 |[[requirement_htpasswd]] <> |>= 1 |[[requirement_null]] <> |>= 3 |[[requirement_random]] <> |>= 3 @@ -331,11 +331,11 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_null]] <> |>= 3 |[[provider_random]] <> |>= 3 |[[provider_htpasswd]] <> |>= 1 -|[[provider_argocd]] <> |>= 5 |[[provider_utils]] <> |>= 1 +|[[provider_argocd]] <> |>= 6 +|[[provider_null]] <> |>= 3 |=== = Resources @@ -343,8 +343,8 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Type -|https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/application[argocd_application.this] |resource -|https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.this] |resource +|https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/application[argocd_application.this] |resource +|https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.this] |resource |https://registry.terraform.io/providers/loafoe/htpasswd/latest/docs/resources/password[htpasswd_password.loki_password_hash] |resource |https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] |resource |https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.this] |resource diff --git a/aks/README.adoc b/aks/README.adoc index e1d35739..e6211e25 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -3,7 +3,7 @@ The following requirements are needed by this module: -- [[requirement_argocd]] <> (>= 5) +- [[requirement_argocd]] <> (>= 6) - [[requirement_htpasswd]] <> (>= 1) @@ -339,7 +339,7 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[requirement_argocd]] <> |>= 5 +|[[requirement_argocd]] <> |>= 6 |[[requirement_htpasswd]] <> |>= 1 |[[requirement_null]] <> |>= 3 |[[requirement_random]] <> |>= 3 diff --git a/eks/README.adoc b/eks/README.adoc index 0400aa74..e1c52b59 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -3,7 +3,7 @@ The following requirements are needed by this module: -- [[requirement_argocd]] <> (>= 5) +- [[requirement_argocd]] <> (>= 6) - [[requirement_htpasswd]] <> (>= 1) @@ -341,7 +341,7 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[requirement_argocd]] <> |>= 5 +|[[requirement_argocd]] <> |>= 6 |[[requirement_htpasswd]] <> |>= 1 |[[requirement_null]] <> |>= 3 |[[requirement_random]] <> |>= 3 diff --git a/kind/README.adoc b/kind/README.adoc index 8fb55acf..ad1dbc3a 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -3,7 +3,7 @@ The following requirements are needed by this module: -- [[requirement_argocd]] <> (>= 5) +- [[requirement_argocd]] <> (>= 6) - [[requirement_htpasswd]] <> (>= 1) @@ -320,7 +320,7 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[requirement_argocd]] <> |>= 5 +|[[requirement_argocd]] <> |>= 6 |[[requirement_htpasswd]] <> |>= 1 |[[requirement_null]] <> |>= 3 |[[requirement_random]] <> |>= 3 diff --git a/sks/README.adoc b/sks/README.adoc index 932e55b3..dff17f0d 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -95,7 +95,7 @@ This module requires a Persistent Volume so it needs to be deployed after the mo The following requirements are needed by this module: -- [[requirement_argocd]] <> (>= 5) +- [[requirement_argocd]] <> (>= 6) - [[requirement_htpasswd]] <> (>= 1) @@ -417,7 +417,7 @@ Description: Credentials to access the Loki ingress, if activated. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[requirement_argocd]] <> |>= 5 +|[[requirement_argocd]] <> |>= 6 |[[requirement_htpasswd]] <> |>= 1 |[[requirement_null]] <> |>= 3 |[[requirement_random]] <> |>= 3 diff --git a/terraform.tf b/terraform.tf index ee509496..a19dd78e 100644 --- a/terraform.tf +++ b/terraform.tf @@ -1,8 +1,8 @@ terraform { required_providers { argocd = { - source = "oboukili/argocd" - version = ">= 5" + source = "argoproj-labs/argocd" + version = ">= 6" } utils = { source = "cloudposse/utils"