Skip to content

Commit 4fb1abe

Browse files
authored
fix(doc): default target version and a missing aks module's reference (#841)
1 parent 3e8e6be commit 4fb1abe

7 files changed

Lines changed: 49 additions & 37 deletions

File tree

docs/modules/ROOT/pages/references/terraform_modules/aks/azure.adoc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The `aks/azure` Terraform module provides a way to install and configure:
3434

3535
[cols="a,a,a",options="header,autowidth"]
3636
|===
37-
|Name |Source |Version
38-
|[[module_argocd]] <<module_argocd,argocd>> |../../argocd-helm |
39-
|[[module_cluster]] <<module_cluster,cluster>> |Azure/aks/azurerm |4.13.0
37+
|Name|Source|Version|
38+
|[[module_argocd]] <<module_argocd,argocd>>|../../argocd-helm|
39+
|[[module_cluster]] <<module_cluster,cluster>>|Azure/aks/azurerm|4.13.0
4040
|===
4141

4242
== Resources
@@ -231,10 +231,22 @@ object({
231231
|n/a
232232
|yes
233233

234+
|[[input_storage_account_replication_type]] <<input_storage_account_replication_type,storage_account_replication_type>>
235+
|Storage account replication type for storing loki logs
236+
|`string`
237+
|`"GRS"`
238+
|no
239+
240+
|[[input_storage_account_tier]] <<input_storage_account_tier,storage_account_tier>>
241+
|Storage account tier used for storing loki logs
242+
|`string`
243+
|`"Standard"`
244+
|no
245+
234246
|[[input_target_revision]] <<input_target_revision,target_revision>>
235247
|The source target revision of ArgoCD's app of apps.
236248
|`string`
237-
|`"master"`
249+
|`"v0.51.1"`
238250
|no
239251

240252
|[[input_vnet_subnet_id]] <<input_vnet_subnet_id,vnet_subnet_id>>

docs/modules/ROOT/pages/references/terraform_modules/eks/aws.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ The `eks/aws` Terraform module provides a way to install and configure:
3333

3434
[cols="a,a,a",options="header,autowidth"]
3535
|===
36-
|Name |Source |Version
37-
|[[module_argocd]] <<module_argocd,argocd>> |../../argocd-helm |
38-
|[[module_cluster]] <<module_cluster,cluster>> |terraform-aws-modules/eks/aws |15.1.0
39-
|[[module_efs]] <<module_efs,efs>> |camptocamp/efs/aws |
40-
|[[module_iam_assumable_role_cert_manager]] <<module_iam_assumable_role_cert_manager,iam_assumable_role_cert_manager>> |terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc |4.0.0
41-
|[[module_iam_assumable_role_cluster_autoscaler]] <<module_iam_assumable_role_cluster_autoscaler,iam_assumable_role_cluster_autoscaler>> |terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc |4.0.0
42-
|[[module_iam_assumable_role_loki]] <<module_iam_assumable_role_loki,iam_assumable_role_loki>> |terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc |4.0.0
43-
|[[module_nlb]] <<module_nlb,nlb>> |terraform-aws-modules/alb/aws |6.0.0
44-
|[[module_nlb_private]] <<module_nlb_private,nlb_private>> |terraform-aws-modules/alb/aws |5.10.0
36+
|Name|Source|Version|
37+
|[[module_argocd]] <<module_argocd,argocd>>|../../argocd-helm|
38+
|[[module_cluster]] <<module_cluster,cluster>>|terraform-aws-modules/eks/aws|15.1.0
39+
|[[module_efs]] <<module_efs,efs>>|camptocamp/efs/aws|
40+
|[[module_iam_assumable_role_cert_manager]] <<module_iam_assumable_role_cert_manager,iam_assumable_role_cert_manager>>|terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc|4.0.0
41+
|[[module_iam_assumable_role_cluster_autoscaler]] <<module_iam_assumable_role_cluster_autoscaler,iam_assumable_role_cluster_autoscaler>>|terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc|4.0.0
42+
|[[module_iam_assumable_role_loki]] <<module_iam_assumable_role_loki,iam_assumable_role_loki>>|terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc|4.0.0
43+
|[[module_nlb]] <<module_nlb,nlb>>|terraform-aws-modules/alb/aws|6.0.0
44+
|[[module_nlb_private]] <<module_nlb_private,nlb_private>>|terraform-aws-modules/alb/aws|5.10.0
4545
|===
4646

4747
== Resources
@@ -265,7 +265,7 @@ object({
265265
|[[input_target_revision]] <<input_target_revision,target_revision>>
266266
|The source target revision of ArgoCD's app of apps.
267267
|`string`
268-
|`"master"`
268+
|`"v0.51.1"`
269269
|no
270270

271271
|[[input_vpc_id]] <<input_vpc_id,vpc_id>>

docs/modules/ROOT/pages/references/terraform_modules/k3s/docker.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The `k3s/docker` Terraform module provides a way to install and configure:
3434

3535
[cols="a,a,a",options="header,autowidth"]
3636
|===
37-
|Name |Source |Version
38-
|[[module_argocd]] <<module_argocd,argocd>> |../../argocd-helm |
39-
|[[module_cluster]] <<module_cluster,cluster>> |camptocamp/k3s/docker |1.0.1
37+
|Name|Source|Version|
38+
|[[module_argocd]] <<module_argocd,argocd>>|../../argocd-helm|
39+
|[[module_cluster]] <<module_cluster,cluster>>|camptocamp/k3s/docker|1.0.1
4040
|===
4141

4242
== Resources
@@ -195,7 +195,7 @@ set(object({
195195
|[[input_target_revision]] <<input_target_revision,target_revision>>
196196
|The source target revision of ArgoCD's app of apps.
197197
|`string`
198-
|`"master"`
198+
|`"v0.51.1"`
199199
|no
200200

201201
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/k3s/libvirt.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The `k3s/libvirt` Terraform module provides a way to install and configure:
3434

3535
[cols="a,a,a",options="header,autowidth"]
3636
|===
37-
|Name |Source |Version
38-
|[[module_argocd]] <<module_argocd,argocd>> |../../argocd-helm |
39-
|[[module_cluster]] <<module_cluster,cluster>> |camptocamp/k3s/libvirt |0.3.0
37+
|Name|Source|Version|
38+
|[[module_argocd]] <<module_argocd,argocd>>|../../argocd-helm|
39+
|[[module_cluster]] <<module_cluster,cluster>>|camptocamp/k3s/libvirt|0.3.0
4040
|===
4141

4242
== Resources
@@ -190,7 +190,7 @@ object({
190190
|[[input_target_revision]] <<input_target_revision,target_revision>>
191191
|The source target revision of ArgoCD's app of apps.
192192
|`string`
193-
|`"master"`
193+
|`"v0.51.1"`
194194
|no
195195

196196
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/kind/kind.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ The `kind/kind` Terraform module provides a way to install and configure:
2020
|===
2121
|Name |Version
2222
|[[provider_docker]] <<provider_docker,docker>> |~> 2.15.0
23-
|[[provider_kind]] <<provider_kind,kind>> |0.0.9
24-
|[[provider_kubernetes]] <<provider_kubernetes,kubernetes>> |2.5.0
25-
|[[provider_random]] <<provider_random,random>> |3.1.0
26-
|[[provider_tls]] <<provider_tls,tls>> |3.1.0
23+
|[[provider_kind]] <<provider_kind,kind>> |~> 0.0.9
24+
|[[provider_kubernetes]] <<provider_kubernetes,kubernetes>> |n/a
25+
|[[provider_random]] <<provider_random,random>> |n/a
26+
|[[provider_tls]] <<provider_tls,tls>> |n/a
2727
|===
2828

2929
== Modules
3030

3131
[cols="a,a,a",options="header,autowidth"]
3232
|===
33-
|Name |Source |Version
34-
|[[module_argocd]] <<module_argocd,argocd>> |../../argocd-helm |
33+
|Name|Source|Version|
34+
|[[module_argocd]] <<module_argocd,argocd>>|../../argocd-helm|
3535
|===
3636

3737
== Resources
@@ -145,7 +145,7 @@ object({
145145
|[[input_target_revision]] <<input_target_revision,target_revision>>
146146
|The source target revision of ArgoCD's app of apps.
147147
|`string`
148-
|`"master"`
148+
|`"v0.51.1"`
149149
|no
150150

151151
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/openshift4/aws.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ No requirements.
2121

2222
[cols="a,a,a",options="header,autowidth"]
2323
|===
24-
|Name |Source |Version
25-
|[[module_argocd]] <<module_argocd,argocd>> |../../argocd-helm |
26-
|[[module_cluster]] <<module_cluster,cluster>> |camptocamp/openshift4/aws |0.1.0
24+
|Name|Source|Version|
25+
|[[module_argocd]] <<module_argocd,argocd>>|../../argocd-helm|
26+
|[[module_cluster]] <<module_cluster,cluster>>|camptocamp/openshift4/aws|0.1.0
2727
|===
2828

2929
== Resources
@@ -135,7 +135,7 @@ object({
135135
|[[input_target_revision]] <<input_target_revision,target_revision>>
136136
|The source target revision of ArgoCD's app of apps.
137137
|`string`
138-
|`"master"`
138+
|`"v0.51.1"`
139139
|no
140140

141141
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/sks/exoscale.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The `sks/exoscale` Terraform module provides a way to install and configure:
3030

3131
[cols="a,a,a",options="header,autowidth"]
3232
|===
33-
|Name |Source |Version
34-
|[[module_argocd]] <<module_argocd,argocd>> |../../argocd-helm |
35-
|[[module_cluster]] <<module_cluster,cluster>> |camptocamp/sks/exoscale |0.3.0
33+
|Name|Source|Version|
34+
|[[module_argocd]] <<module_argocd,argocd>>|../../argocd-helm|
35+
|[[module_cluster]] <<module_cluster,cluster>>|camptocamp/sks/exoscale|0.3.0
3636
|===
3737

3838
== Resources
@@ -166,7 +166,7 @@ object({
166166
|[[input_target_revision]] <<input_target_revision,target_revision>>
167167
|The source target revision of ArgoCD's app of apps.
168168
|`string`
169-
|`"master"`
169+
|`"v0.51.1"`
170170
|no
171171

172172
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

0 commit comments

Comments
 (0)