Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2022
1 parent e2467d1 commit 25a16bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 4.23.0 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | 2.6.0 |
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | 2.12.1 |
| <a name="requirement_random"></a> [random](#requirement\_random) | 3.3.2 |

Expand All @@ -14,6 +15,7 @@
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.23.0 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.6.0 |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 2.12.1 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.3.2 |

Expand All @@ -27,6 +29,8 @@

| Name | Type |
|------|------|
| [helm_release.this](https://registry.terraform.io/providers/hashicorp/helm/2.6.0/docs/resources/release) | resource |
| [kubernetes_config_map.this](https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1/docs/resources/config_map) | resource |
| [kubernetes_namespace.this](https://registry.terraform.io/providers/hashicorp/kubernetes/2.12.1/docs/resources/namespace) | resource |
| [random_string.this](https://registry.terraform.io/providers/hashicorp/random/3.3.2/docs/resources/string) | resource |
| [aws_eks_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/4.23.0/docs/data-sources/eks_cluster) | data source |
Expand Down
5 changes: 4 additions & 1 deletion modules/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@

## Outputs

No outputs.
| Name | Description |
|------|-------------|
| <a name="output_name"></a> [name](#output\_name) | n/a |
| <a name="output_namespace"></a> [namespace](#output\_namespace) | Namespace defines the space within which each name must be unique. |
<!-- END_TF_DOCS -->
<!-- prettier-ignore-end -->

0 comments on commit 25a16bd

Please sign in to comment.