Skip to content

Commit 2d91503

Browse files
committed
docs(terraform-docs): generate docs and write to README.adoc
1 parent 3da046f commit 2d91503

5 files changed

Lines changed: 33 additions & 24 deletions

File tree

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ The following providers are used by this module:
4242

4343
- [[provider_null]] <<provider_null,null>> (>= 3)
4444

45+
- [[provider_argocd]] <<provider_argocd,argocd>> (>= 5)
46+
4547
- [[provider_kubernetes]] <<provider_kubernetes,kubernetes>> (>= 2)
4648

4749
- [[provider_utils]] <<provider_utils,utils>> (>= 1)
4850

49-
- [[provider_argocd]] <<provider_argocd,argocd>> (>= 5)
50-
5151
=== Resources
5252

5353
The following resources are used by this module:
@@ -120,7 +120,7 @@ Description: Override of target revision of the application chart.
120120

121121
Type: `string`
122122

123-
Default: `"v10.0.0"`
123+
Default: `"v10.1.0"`
124124

125125
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
126126

@@ -425,7 +425,7 @@ Description: The admin password for Grafana.
425425
|[[input_target_revision]] <<input_target_revision,target_revision>>
426426
|Override of target revision of the application chart.
427427
|`string`
428-
|`"v10.0.0"`
428+
|`"v10.1.0"`
429429
|no
430430
431431
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

aks/README.adoc

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The following requirements are needed by this module:
1717

1818
The following providers are used by this module:
1919

20+
- [[provider_null]] <<provider_null,null>> (>= 3)
21+
2022
- [[provider_azurerm]] <<provider_azurerm,azurerm>>
2123

2224
=== Modules
@@ -33,9 +35,11 @@ Version:
3335

3436
The following resources are used by this module:
3537

36-
- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] (resource)
38+
- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.prometheus] (resource)
39+
- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] (resource)
3740
- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.prometheus] (resource)
38-
- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] (data source)
41+
- https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] (resource)
42+
- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] (data source)
3943
- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] (data source)
4044

4145
=== Required Inputs
@@ -66,10 +70,11 @@ Type:
6670
[source,hcl]
6771
----
6872
object({
69-
container = string
70-
storage_account = string
71-
managed_identity_node_rg_name = optional(string, null)
72-
storage_account_key = optional(string, null)
73+
container = string
74+
storage_account = string
75+
managed_identity_node_rg_name = optional(string, null)
76+
managed_identity_oidc_issuer_url = optional(string, null)
77+
storage_account_key = optional(string, null)
7378
})
7479
----
7580

@@ -113,7 +118,7 @@ Description: Override of target revision of the application chart.
113118

114119
Type: `string`
115120

116-
Default: `"v10.0.0"`
121+
Default: `"v10.1.0"`
117122

118123
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
119124

@@ -345,6 +350,7 @@ Description: The admin password for Grafana.
345350
[cols="a,a",options="header,autowidth"]
346351
|===
347352
|Name |Version
353+
|[[provider_null]] <<provider_null,null>> |>= 3
348354
|[[provider_azurerm]] <<provider_azurerm,azurerm>> |n/a
349355
|===
350356

@@ -361,9 +367,11 @@ Description: The admin password for Grafana.
361367
[cols="a,a",options="header,autowidth"]
362368
|===
363369
|Name |Type
364-
|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] |resource
370+
|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.prometheus] |resource
371+
|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] |resource
365372
|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.prometheus] |resource
366-
|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] |data source
373+
|https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] |resource
374+
|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] |data source
367375
|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] |data source
368376
|===
369377

@@ -379,10 +387,11 @@ Description: The admin password for Grafana.
379387
[source]
380388
----
381389
object({
382-
container = string
383-
storage_account = string
384-
managed_identity_node_rg_name = optional(string, null)
385-
storage_account_key = optional(string, null)
390+
container = string
391+
storage_account = string
392+
managed_identity_node_rg_name = optional(string, null)
393+
managed_identity_oidc_issuer_url = optional(string, null)
394+
storage_account_key = optional(string, null)
386395
})
387396
----
388397

@@ -428,7 +437,7 @@ object({
428437
|[[input_target_revision]] <<input_target_revision,target_revision>>
429438
|Override of target revision of the application chart.
430439
|`string`
431-
|`"v10.0.0"`
440+
|`"v10.1.0"`
432441
|no
433442

434443
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

eks/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Description: Override of target revision of the application chart.
9797

9898
Type: `string`
9999

100-
Default: `"v10.0.0"`
100+
Default: `"v10.1.0"`
101101

102102
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
103103

@@ -392,7 +392,7 @@ object({
392392
|[[input_target_revision]] <<input_target_revision,target_revision>>
393393
|Override of target revision of the application chart.
394394
|`string`
395-
|`"v10.0.0"`
395+
|`"v10.1.0"`
396396
|no
397397

398398
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

kind/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Description: Override of target revision of the application chart.
9999

100100
Type: `string`
101101

102-
Default: `"v10.0.0"`
102+
Default: `"v10.1.0"`
103103

104104
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
105105

@@ -396,7 +396,7 @@ object({
396396
|[[input_target_revision]] <<input_target_revision,target_revision>>
397397
|Override of target revision of the application chart.
398398
|`string`
399-
|`"v10.0.0"`
399+
|`"v10.1.0"`
400400
|no
401401

402402
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

sks/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Description: Override of target revision of the application chart.
240240

241241
Type: `string`
242242

243-
Default: `"v10.0.0"`
243+
Default: `"v10.1.0"`
244244

245245
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
246246

@@ -542,7 +542,7 @@ object({
542542
|[[input_target_revision]] <<input_target_revision,target_revision>>
543543
|Override of target revision of the application chart.
544544
|`string`
545-
|`"v10.0.0"`
545+
|`"v10.1.0"`
546546
|no
547547
548548
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

0 commit comments

Comments
 (0)