@@ -205,7 +205,7 @@ The following requirements are needed by this module:
205
205
206
206
- [[requirement_terraform]] <<requirement_terraform,terraform>> (>= 1.2)
207
207
208
- - [[requirement_argocd]] <<requirement_argocd,argocd>> (>= 5 )
208
+ - [[requirement_argocd]] <<requirement_argocd,argocd>> (>= 6 )
209
209
210
210
- [[requirement_htpasswd]] <<requirement_htpasswd,htpasswd>> (>= 1)
211
211
@@ -229,7 +229,7 @@ The following providers are used by this module:
229
229
230
230
- [[provider_random]] <<provider_random,random>> (>= 3)
231
231
232
- - [[provider_argocd]] <<provider_argocd,argocd>> (>= 5 )
232
+ - [[provider_argocd]] <<provider_argocd,argocd>> (>= 6 )
233
233
234
234
- [[provider_utils]] <<provider_utils,utils>> (>= 1.6)
235
235
@@ -239,8 +239,8 @@ The following providers are used by this module:
239
239
240
240
The following resources are used by this module:
241
241
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)
244
244
- https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.tokens] (resource)
245
245
- https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] (resource)
246
246
- 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.
310
310
311
311
Type: `string`
312
312
313
- Default: `"v6.0 .0"`
313
+ Default: `"v6.3 .0"`
314
314
315
315
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
316
316
@@ -678,7 +678,7 @@ Description: Map of extra accounts that were created and their tokens.
678
678
|===
679
679
|Name |Version
680
680
|[[requirement_terraform]] <<requirement_terraform,terraform>> |>= 1.2
681
- |[[requirement_argocd]] <<requirement_argocd,argocd>> |>= 5
681
+ |[[requirement_argocd]] <<requirement_argocd,argocd>> |>= 6
682
682
|[[requirement_htpasswd]] <<requirement_htpasswd,htpasswd>> |>= 1
683
683
|[[requirement_jwt]] <<requirement_jwt,jwt>> |>= 1.1
684
684
|[[requirement_null]] <<requirement_null,null>> |>= 3
@@ -692,21 +692,21 @@ Description: Map of extra accounts that were created and their tokens.
692
692
[cols="a,a",options="header,autowidth"]
693
693
|===
694
694
|Name |Version
695
+ |[[provider_null]] <<provider_null,null>> |>= 3
695
696
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
696
697
|[[provider_time]] <<provider_time,time>> |>= 0.9
697
698
|[[provider_random]] <<provider_random,random>> |>= 3
698
- |[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
699
+ |[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
699
700
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
700
- |[[provider_null]] <<provider_null,null>> |>= 3
701
701
|===
702
702
703
703
= Resources
704
704
705
705
[cols="a,a",options="header,autowidth"]
706
706
|===
707
707
|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
710
710
|https://registry.terraform.io/providers/camptocamp/jwt/latest/docs/resources/hashed_token[jwt_hashed_token.tokens] |resource
711
711
|https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] |resource
712
712
|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.
753
753
|[[input_target_revision]] <<input_target_revision,target_revision>>
754
754
|Override of target revision of the application chart.
755
755
|`string`
756
- |`"v6.0 .0"`
756
+ |`"v6.3 .0"`
757
757
|no
758
758
759
759
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
0 commit comments