Skip to content

Commit 86616d9

Browse files
authored
feat!: point the Argo CD provider to the new repository (#133)
* feat!: point the Argo CD provider to the new repository * docs(terraform-docs): generate docs and write to README.adoc --------- Co-authored-by: lentidas <[email protected]>
1 parent 000ba44 commit 86616d9

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

README.adoc

+11-11
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The following requirements are needed by this module:
205205

206206
- [[requirement_terraform]] <<requirement_terraform,terraform>> (>= 1.2)
207207

208-
- [[requirement_argocd]] <<requirement_argocd,argocd>> (>= 5)
208+
- [[requirement_argocd]] <<requirement_argocd,argocd>> (>= 6)
209209

210210
- [[requirement_htpasswd]] <<requirement_htpasswd,htpasswd>> (>= 1)
211211

@@ -229,7 +229,7 @@ The following providers are used by this module:
229229

230230
- [[provider_random]] <<provider_random,random>> (>= 3)
231231

232-
- [[provider_argocd]] <<provider_argocd,argocd>> (>= 5)
232+
- [[provider_argocd]] <<provider_argocd,argocd>> (>= 6)
233233

234234
- [[provider_utils]] <<provider_utils,utils>> (>= 1.6)
235235

@@ -239,8 +239,8 @@ The following providers are used by this module:
239239

240240
The following resources are used by this module:
241241

242-
- https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/application[argocd_application.this] (resource)
243-
- https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.this] (resource)
242+
- https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/application[argocd_application.this] (resource)
243+
- https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.this] (resource)
244244
- https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.tokens] (resource)
245245
- https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] (resource)
246246
- 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.
310310

311311
Type: `string`
312312

313-
Default: `"v6.0.0"`
313+
Default: `"v6.3.0"`
314314

315315
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
316316

@@ -678,7 +678,7 @@ Description: Map of extra accounts that were created and their tokens.
678678
|===
679679
|Name |Version
680680
|[[requirement_terraform]] <<requirement_terraform,terraform>> |>= 1.2
681-
|[[requirement_argocd]] <<requirement_argocd,argocd>> |>= 5
681+
|[[requirement_argocd]] <<requirement_argocd,argocd>> |>= 6
682682
|[[requirement_htpasswd]] <<requirement_htpasswd,htpasswd>> |>= 1
683683
|[[requirement_jwt]] <<requirement_jwt,jwt>> |>= 1.1
684684
|[[requirement_null]] <<requirement_null,null>> |>= 3
@@ -692,21 +692,21 @@ Description: Map of extra accounts that were created and their tokens.
692692
[cols="a,a",options="header,autowidth"]
693693
|===
694694
|Name |Version
695+
|[[provider_null]] <<provider_null,null>> |>= 3
695696
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
696697
|[[provider_time]] <<provider_time,time>> |>= 0.9
697698
|[[provider_random]] <<provider_random,random>> |>= 3
698-
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
699+
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
699700
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
700-
|[[provider_null]] <<provider_null,null>> |>= 3
701701
|===
702702
703703
= Resources
704704
705705
[cols="a,a",options="header,autowidth"]
706706
|===
707707
|Name |Type
708-
|https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/application[argocd_application.this] |resource
709-
|https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.this] |resource
708+
|https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/application[argocd_application.this] |resource
709+
|https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.this] |resource
710710
|https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.tokens] |resource
711711
|https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] |resource
712712
|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.
753753
|[[input_target_revision]] <<input_target_revision,target_revision>>
754754
|Override of target revision of the application chart.
755755
|`string`
756-
|`"v6.0.0"`
756+
|`"v6.3.0"`
757757
|no
758758
759759
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

bootstrap/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following providers are used by this module:
9797

9898
The following resources are used by this module:
9999

100-
- https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] (resource)
100+
- https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] (resource)
101101
- https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release[helm_release.argocd] (resource)
102102
- https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.argocd] (resource)
103103
- 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.
215215
[cols="a,a",options="header,autowidth"]
216216
|===
217217
|Name |Type
218-
|https://registry.terraform.io/providers/oboukili/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] |resource
218+
|https://registry.terraform.io/providers/argoproj-labs/argocd/latest/docs/resources/project[argocd_project.devops_stack_applications] |resource
219219
|https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release[helm_release.argocd] |resource
220220
|https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.argocd] |resource
221221
|https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.this] |resource

bootstrap/terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
version = ">= 0.9"
2626
}
2727
argocd = {
28-
source = "oboukili/argocd"
28+
source = "argoproj-labs/argocd"
2929
version = ">= 6"
3030
}
3131
}

terraform.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
required_providers {
33
argocd = {
4-
source = "oboukili/argocd"
5-
version = ">= 5"
4+
source = "argoproj-labs/argocd"
5+
version = ">= 6"
66
}
77
utils = {
88
source = "cloudposse/utils"

0 commit comments

Comments
 (0)