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 Nov 10, 2023
1 parent c52a812 commit 4652b27
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ Type: `map(string)`

Default: `{}`

==== [[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>

Description: Enable HTTP to HTTPS redirection on all ingresses.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -297,6 +305,12 @@ object({
|`{}`
|no

|[[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>
|Enable HTTP to HTTPS redirection on all ingresses.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ Type: `map(string)`

Default: `{}`

==== [[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>

Description: Enable HTTP to HTTPS redirection on all ingresses.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -327,6 +335,12 @@ object({
|`{}`
|no

|[[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>
|Enable HTTP to HTTPS redirection on all ingresses.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ Type: `map(string)`

Default: `{}`

==== [[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>

Description: Enable HTTP to HTTPS redirection on all ingresses.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -271,6 +279,12 @@ object({
|`{}`
|no

|[[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>
|Enable HTTP to HTTPS redirection on all ingresses.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ Type: `map(string)`

Default: `{}`

==== [[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>

Description: Enable HTTP to HTTPS redirection on all ingresses.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -303,6 +311,12 @@ object({
|`{}`
|no

|[[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>
|Enable HTTP to HTTPS redirection on all ingresses.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions nodeport/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ Type: `map(string)`

Default: `{}`

==== [[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>

Description: Enable HTTP to HTTPS redirection on all ingresses.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -271,6 +279,12 @@ object({
|`{}`
|no

|[[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>
|Enable HTTP to HTTPS redirection on all ingresses.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions scaleway/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ Type: `map(string)`

Default: `{}`

==== [[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>

Description: Enable HTTP to HTTPS redirection on all ingresses.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -271,6 +279,12 @@ object({
|`{}`
|no

|[[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>
|Enable HTTP to HTTPS redirection on all ingresses.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down
14 changes: 14 additions & 0 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ Type: `map(string)`

Default: `{}`

==== [[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>

Description: Enable HTTP to HTTPS redirection on all ingresses.

Type: `bool`

Default: `true`

=== Outputs

The following outputs are exported:
Expand Down Expand Up @@ -307,6 +315,12 @@ object({
|`{}`
|no

|[[input_enable_https_redirection]] <<input_enable_https_redirection,enable_https_redirection>>
|Enable HTTP to HTTPS redirection on all ingresses.
|`bool`
|`true`
|no

|===

= Outputs
Expand Down

0 comments on commit 4652b27

Please sign in to comment.