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 authored and github-actions[bot] committed Oct 16, 2023
1 parent e0e14a8 commit 9b62a38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 97 deletions.
34 changes: 5 additions & 29 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,16 @@ The following requirements are needed by this module:

The following providers are used by this module:

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

- [[provider_kubernetes]] <<provider_kubernetes,kubernetes>> (>= 2)

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

- [[provider_helm]] <<provider_helm,helm>>
- [[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 All @@ -59,11 +57,9 @@ The following resources are used by this module:
- https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace[kubernetes_namespace.kube_prometheus_stack_namespace] (resource)
- https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/secret[kubernetes_secret.thanos_object_storage_secret] (resource)
- https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] (resource)
- https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.k8s_resources] (resource)
- https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.this] (resource)
- https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password[random_password.grafana_admin_password] (resource)
- https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password[random_password.oauth2_cookie_secret] (resource)
- https://registry.terraform.io/providers/hashicorp/helm/latest/docs/data-sources/template[helm_template.this] (data source)
- https://registry.terraform.io/providers/cloudposse/utils/latest/docs/data-sources/deep_merge_yaml[utils_deep_merge_yaml.values] (data source)

=== Required Inputs
Expand Down Expand Up @@ -134,15 +130,6 @@ Type: `bool`

Default: `false`

==== [[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>

Description: A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

Type: `bool`

Default: `false`

==== [[input_app_autosync]] <<input_app_autosync,app_autosync>>

Description: Automated sync options for the Argo CD Application resource.
Expand Down Expand Up @@ -253,12 +240,11 @@ Description: The admin password for Grafana.
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_null]] <<provider_null,null>> |>= 3
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_kubernetes]] <<provider_kubernetes,kubernetes>> |>= 2
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_helm]] <<provider_helm,helm>> |n/a
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_null]] <<provider_null,null>> |>= 3
|===
= Resources
Expand All @@ -271,11 +257,9 @@ Description: The admin password for Grafana.
|https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace[kubernetes_namespace.kube_prometheus_stack_namespace] |resource
|https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/secret[kubernetes_secret.thanos_object_storage_secret] |resource
|https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] |resource
|https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.k8s_resources] |resource
|https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.this] |resource
|https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password[random_password.grafana_admin_password] |resource
|https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password[random_password.oauth2_cookie_secret] |resource
|https://registry.terraform.io/providers/hashicorp/helm/latest/docs/data-sources/template[helm_template.this] |data source
|https://registry.terraform.io/providers/cloudposse/utils/latest/docs/data-sources/deep_merge_yaml[utils_deep_merge_yaml.values] |data source
|===
Expand Down Expand Up @@ -332,14 +316,6 @@ Description: The admin password for Grafana.
|`false`
|no
|[[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>
|A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*
|`bool`
|`false`
|no
|[[input_app_autosync]] <<input_app_autosync,app_autosync>>
|Automated sync options for the Argo CD Application resource.
|
Expand Down
17 changes: 0 additions & 17 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ Type: `bool`

Default: `false`

==== [[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>

Description: A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

Type: `bool`

Default: `false`

==== [[input_app_autosync]] <<input_app_autosync,app_autosync>>

Description: Automated sync options for the Argo CD Application resource.
Expand Down Expand Up @@ -328,14 +319,6 @@ object({
|`false`
|no

|[[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>
|A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

|`bool`
|`false`
|no

|[[input_app_autosync]] <<input_app_autosync,app_autosync>>
|Automated sync options for the Argo CD Application resource.
|
Expand Down
17 changes: 0 additions & 17 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ Type: `bool`

Default: `false`

==== [[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>

Description: A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

Type: `bool`

Default: `false`

==== [[input_app_autosync]] <<input_app_autosync,app_autosync>>

Description: Automated sync options for the Argo CD Application resource.
Expand Down Expand Up @@ -292,14 +283,6 @@ object({
|`false`
|no

|[[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>
|A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

|`bool`
|`false`
|no

|[[input_app_autosync]] <<input_app_autosync,app_autosync>>
|Automated sync options for the Argo CD Application resource.
|
Expand Down
17 changes: 0 additions & 17 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@ Type: `bool`

Default: `false`

==== [[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>

Description: A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

Type: `bool`

Default: `false`

==== [[input_app_autosync]] <<input_app_autosync,app_autosync>>

Description: Automated sync options for the Argo CD Application resource.
Expand Down Expand Up @@ -296,14 +287,6 @@ object({
|`false`
|no

|[[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>
|A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

|`bool`
|`false`
|no

|[[input_app_autosync]] <<input_app_autosync,app_autosync>>
|Automated sync options for the Argo CD Application resource.
|
Expand Down
17 changes: 0 additions & 17 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,6 @@ Type: `bool`

Default: `false`

==== [[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>

Description: A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*

Type: `bool`

Default: `false`

==== [[input_app_autosync]] <<input_app_autosync,app_autosync>>

Description: Automated sync options for the Argo CD Application resource.
Expand Down Expand Up @@ -442,14 +433,6 @@ object({
|`false`
|no
|[[input_show_manifest_diff]] <<input_show_manifest_diff,show_manifest_diff>>
|A boolean to enable/disable outputting Helm templates on the Terraform plan.
This is useful for debugging purposes only. *Make sure no secrets appear in the Kubernetes manifests before setting this flag, otherwise they will be exposed in your Terraform plan.*
|`bool`
|`false`
|no
|[[input_app_autosync]] <<input_app_autosync,app_autosync>>
|Automated sync options for the Argo CD Application resource.
|
Expand Down

0 comments on commit 9b62a38

Please sign in to comment.