Skip to content

Commit 0eba5e2

Browse files
terraform-docs: automated action
1 parent a47fe21 commit 0eba5e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

platform/modules/cloudwatch-adapter/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222

2323
| Name | Description | Type | Default | Required |
2424
|------|-------------|------|---------|:--------:|
25+
| <a name="input_chart_name"></a> [chart\_name](#input\_chart\_name) | Helm chart to install | `string` | `null` | no |
26+
| <a name="input_chart_repository"></a> [chart\_repository](#input\_chart\_repository) | Helm repository containing the chart | `string` | `null` | no |
2527
| <a name="input_chart_values"></a> [chart\_values](#input\_chart\_values) | Overrides to pass to the Helm chart | `list(string)` | `[]` | no |
28+
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | Version of chart to install | `string` | `null` | no |
2629
| <a name="input_k8s_namespace"></a> [k8s\_namespace](#input\_k8s\_namespace) | Kubernetes namespace in which secrets should be created | `string` | n/a | yes |
2730
| <a name="input_name"></a> [name](#input\_name) | Name for the Helm release | `string` | `"cloudwatch-adapter"` | no |
2831
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)