Skip to content

Commit

Permalink
docs(terraform-docs): generate docs and write to README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Aug 14, 2024
1 parent 0424d2c commit 39a23af
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ The following requirements are needed by this module:

The following providers are used by this module:

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

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

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 5)

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

=== Modules

The following Modules are called:
Expand Down Expand Up @@ -154,7 +154,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v3.1.0"`
Default: `"v3.4.0"`

==== [[input_helm_values]] <<input_helm_values,helm_values>>

Expand Down Expand Up @@ -250,6 +250,14 @@ Type: `string`

Default: `""`

==== [[input_default_storage_class]] <<input_default_storage_class,default_storage_class>>

Description: Boolean to indicate if the EBS CSI driver should be the default storage class.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -280,9 +288,9 @@ Description: ID to pass other modules in order to refer to this module as a depe
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_null]] <<provider_null,null>> |>= 3
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|===
= Modules
Expand Down Expand Up @@ -337,7 +345,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v3.1.0"`
|`"v3.4.0"`
|no
|[[input_helm_values]] <<input_helm_values,helm_values>>
Expand Down Expand Up @@ -435,6 +443,12 @@ object({
|`""`
|no
|[[input_default_storage_class]] <<input_default_storage_class,default_storage_class>>
|Boolean to indicate if the EBS CSI driver should be the default storage class.
|`bool`
|`true`
|no
|===
= Outputs
Expand Down

0 comments on commit 39a23af

Please sign in to comment.