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 Feb 23, 2024
1 parent 340d69b commit 36ca9a5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ The following requirements are needed by this module:

The following providers are used by this module:

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

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

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

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

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

=== Resources

The following resources are used by this module:
Expand Down Expand Up @@ -78,7 +78,7 @@ The following input variables are optional (have default values):

==== [[input_subdomain]] <<input_subdomain,subdomain>>

Description: Sub domain of the cluster. Value used for the ingress' URL of the application.
Description: Subdomain of the cluster. Value used for the ingress' URL of the application.

Type: `string`

Expand Down Expand Up @@ -265,7 +265,7 @@ Description: ID to pass other modules in order to refer to this module as a depe
|yes
|[[input_subdomain]] <<input_subdomain,subdomain>>
|Sub domain of the cluster. Value used for the ingress' URL of the application.
|Subdomain of the cluster. Value used for the ingress' URL of the application.
|`string`
|`"apps"`
|no
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ The following input variables are optional (have default values):

==== [[input_subdomain]] <<input_subdomain,subdomain>>

Description: Sub domain of the cluster. Value used for the ingress' URL of the application.
Description: Subdomain of the cluster. Value used for the ingress' URL of the application.

Type: `string`

Expand Down Expand Up @@ -492,7 +492,7 @@ object({
|yes
|[[input_subdomain]] <<input_subdomain,subdomain>>
|Sub domain of the cluster. Value used for the ingress' URL of the application.
|Subdomain of the cluster. Value used for the ingress' URL of the application.
|`string`
|`"apps"`
|no
Expand Down
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ The following input variables are optional (have default values):

==== [[input_subdomain]] <<input_subdomain,subdomain>>

Description: Sub domain of the cluster. Value used for the ingress' URL of the application.
Description: Subdomain of the cluster. Value used for the ingress' URL of the application.

Type: `string`

Expand Down Expand Up @@ -461,7 +461,7 @@ object({
|yes
|[[input_subdomain]] <<input_subdomain,subdomain>>
|Sub domain of the cluster. Value used for the ingress' URL of the application.
|Subdomain of the cluster. Value used for the ingress' URL of the application.
|`string`
|`"apps"`
|no
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The following input variables are optional (have default values):

==== [[input_subdomain]] <<input_subdomain,subdomain>>

Description: Sub domain of the cluster. Value used for the ingress' URL of the application.
Description: Subdomain of the cluster. Value used for the ingress' URL of the application.

Type: `string`

Expand Down Expand Up @@ -397,7 +397,7 @@ object({
|yes
|[[input_subdomain]] <<input_subdomain,subdomain>>
|Sub domain of the cluster. Value used for the ingress' URL of the application.
|Subdomain of the cluster. Value used for the ingress' URL of the application.
|`string`
|`"apps"`
|no
Expand Down
4 changes: 2 additions & 2 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The following input variables are optional (have default values):

==== [[input_subdomain]] <<input_subdomain,subdomain>>

Description: Sub domain of the cluster. Value used for the ingress' URL of the application.
Description: Subdomain of the cluster. Value used for the ingress' URL of the application.

Type: `string`

Expand Down Expand Up @@ -351,7 +351,7 @@ object({
|yes
|[[input_subdomain]] <<input_subdomain,subdomain>>
|Sub domain of the cluster. Value used for the ingress' URL of the application.
|Subdomain of the cluster. Value used for the ingress' URL of the application.
|`string`
|`"apps"`
|no
Expand Down

0 comments on commit 36ca9a5

Please sign in to comment.