From 1cb4c481a87a84308366aeccb32411c8b7422103 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Oct 2024 10:05:22 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db1466..64c423e 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ This module is released under the MIT License. See the [LICENSE](./LICENSE) file | Name | Version | |------|---------| +| [aws](#provider\_aws) | n/a | | [null](#provider\_null) | n/a | ## Modules @@ -76,6 +77,7 @@ No modules. | Name | Type | |------|------| | [null_resource.helm_install](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource | +| [aws_eks_cluster_auth.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster_auth) | data source | ## Inputs @@ -85,13 +87,14 @@ No modules. | [chart\_version](#input\_chart\_version) | Version of the chart | `string` | n/a | yes | | [cluster\_ca\_certificate](#input\_cluster\_ca\_certificate) | CA certificate of the cluster | `string` | n/a | yes | | [cluster\_endpoint](#input\_cluster\_endpoint) | Endpoint of the cluster | `string` | n/a | yes | +| [cluster\_name](#input\_cluster\_name) | Name of the cluster | `string` | n/a | yes | | [create\_namespace](#input\_create\_namespace) | Create the namespace if it does not exist. Defaults to false | `bool` | `false` | no | | [namespace](#input\_namespace) | Namespace to install the chart | `string` | n/a | yes | | [release\_name](#input\_release\_name) | Release name of the chart | `string` | n/a | yes | | [repo\_name](#input\_repo\_name) | Name of the Helm repository | `string` | n/a | yes | | [repo\_url](#input\_repo\_url) | URL of the Helm repository | `string` | n/a | yes | | [set\_values](#input\_set\_values) | A map of values to pass to the Helm chart | `any` | `{}` | no | -| [token](#input\_token) | Token to authenticate with the cluster | `string` | n/a | yes | +| [trigger\_helm\_update](#input\_trigger\_helm\_update) | Set this to any value to trigger a Helm chart update | `string` | `null` | no | ## Outputs