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
omohammed95 committed Aug 21, 2024
1 parent 5ffc39f commit 1152c08
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ The following providers are used by this module:

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

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

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

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

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

=== Resources
Expand Down Expand Up @@ -270,7 +270,7 @@ Type: `bool`

Default: `false`

==== [[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
==== [[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>

Description: Enable or disable network policy for Thanos components.

Expand Down Expand Up @@ -309,10 +309,10 @@ 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_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
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|===
= Resources
Expand Down Expand Up @@ -521,7 +521,7 @@ object({
|`false`
|no
|[[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
|[[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>
|Enable or disable network policy for Thanos components.
|`bool`
|`false`
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Type: `bool`

Default: `false`

==== [[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
==== [[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>

Description: Enable or disable network policy for Thanos components.

Expand Down Expand Up @@ -748,7 +748,7 @@ object({
|`false`
|no
|[[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
|[[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>
|Enable or disable network policy for Thanos components.
|`bool`
|`false`
Expand Down
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ Type: `bool`

Default: `false`

==== [[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
==== [[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>

Description: Enable or disable network policy for Thanos components.

Expand Down Expand Up @@ -776,7 +776,7 @@ object({
|`false`
|no
|[[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
|[[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>
|Enable or disable network policy for Thanos components.
|`bool`
|`false`
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Type: `bool`

Default: `false`

==== [[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
==== [[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>

Description: Enable or disable network policy for Thanos components.

Expand Down Expand Up @@ -653,7 +653,7 @@ object({
|`false`
|no
|[[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
|[[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>
|Enable or disable network policy for Thanos components.
|`bool`
|`false`
Expand Down
4 changes: 2 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ locals {
enabled = var.enable_network_policies
extraIngress = var.enable_network_policies ? [
{
from = {
from = [{
podSelector = {
matchLabels = {
"app" = "traefik"
}
}
}
}]
}
] : []
}
Expand Down
4 changes: 2 additions & 2 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Type: `bool`

Default: `false`

==== [[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
==== [[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>

Description: Enable or disable network policy for Thanos components.

Expand Down Expand Up @@ -595,7 +595,7 @@ object({
|`false`
|no
|[[input_network_policy_thanos]] <<input_network_policy_thanos,network_policy_thanos>>
|[[input_enable_network_policies]] <<input_enable_network_policies,enable_network_policies>>
|Enable or disable network policy for Thanos components.
|`bool`
|`false`
Expand Down

0 comments on commit 1152c08

Please sign in to comment.