From 4c342b86db232fc0e743b852cfc84c94bebc3634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Wed, 9 Oct 2024 11:06:28 +0200 Subject: [PATCH 1/2] feat!: point the Argo CD provider to the new repository --- bootstrap/terraform.tf | 2 +- terraform.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap/terraform.tf b/bootstrap/terraform.tf index 6ce0e31c..fd48b2b0 100644 --- a/bootstrap/terraform.tf +++ b/bootstrap/terraform.tf @@ -25,7 +25,7 @@ terraform { version = ">= 0.9" } argocd = { - source = "oboukili/argocd" + source = "argoproj-labs/argocd" version = ">= 6" } } diff --git a/terraform.tf b/terraform.tf index 88e8cecf..c1a651e5 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" From ebee5f4f9a32b81d028521cdd49b1d7c53934655 Mon Sep 17 00:00:00 2001 From: lentidas Date: Wed, 9 Oct 2024 11:37:11 +0000 Subject: [PATCH 2/2] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 22 +++++++++++----------- bootstrap/README.adoc | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.adoc b/README.adoc index 1be97021..9d8f6da1 100644 --- a/README.adoc +++ b/README.adoc @@ -205,7 +205,7 @@ The following requirements are needed by this module: - [[requirement_terraform]] <> (>= 1.2) -- [[requirement_argocd]] <> (>= 5) +- [[requirement_argocd]] <> (>= 6) - [[requirement_htpasswd]] <> (>= 1) @@ -229,7 +229,7 @@ The following providers are used by this module: - [[provider_random]] <> (>= 3) -- [[provider_argocd]] <> (>= 5) +- [[provider_argocd]] <> (>= 6) - [[provider_utils]] <> (>= 1.6) @@ -239,8 +239,8 @@ The following providers are used by this module: 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/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.tokens] (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) @@ -310,7 +310,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v6.0.0"` +Default: `"v6.3.0"` ==== [[input_cluster_issuer]] <> @@ -678,7 +678,7 @@ Description: Map of extra accounts that were created and their tokens. |=== |Name |Version |[[requirement_terraform]] <> |>= 1.2 -|[[requirement_argocd]] <> |>= 5 +|[[requirement_argocd]] <> |>= 6 |[[requirement_htpasswd]] <> |>= 1 |[[requirement_jwt]] <> |>= 1.1 |[[requirement_null]] <> |>= 3 @@ -692,12 +692,12 @@ Description: Map of extra accounts that were created and their tokens. [cols="a,a",options="header,autowidth"] |=== |Name |Version +|[[provider_null]] <> |>= 3 |[[provider_jwt]] <> |>= 1.1 |[[provider_time]] <> |>= 0.9 |[[provider_random]] <> |>= 3 -|[[provider_argocd]] <> |>= 5 +|[[provider_argocd]] <> |>= 6 |[[provider_utils]] <> |>= 1.6 -|[[provider_null]] <> |>= 3 |=== = Resources @@ -705,8 +705,8 @@ Description: Map of extra accounts that were created and their tokens. [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/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.tokens] |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 @@ -753,7 +753,7 @@ Description: Map of extra accounts that were created and their tokens. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.0.0"` +|`"v6.3.0"` |no |[[input_cluster_issuer]] <> diff --git a/bootstrap/README.adoc b/bootstrap/README.adoc index ddfbeba9..4e805463 100644 --- a/bootstrap/README.adoc +++ b/bootstrap/README.adoc @@ -97,7 +97,7 @@ The following providers are used by this module: The following resources are used by this module: -- https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] (resource) +- https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] (resource) - https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release[helm_release.argocd] (resource) - https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.argocd] (resource) - https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.this] (resource) @@ -215,7 +215,7 @@ Description: The Argo CD accounts pipeline tokens. [cols="a,a",options="header,autowidth"] |=== |Name |Type -|https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] |resource +|https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] |resource |https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release[helm_release.argocd] |resource |https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.argocd] |resource |https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.this] |resource