From c5af8233bccaaeec84ee38e35e6fd61a2be334b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Aug 2024 17:43:31 +0000 Subject: [PATCH] terraform-docs: automated action --- aws/cluster/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/cluster/README.md b/aws/cluster/README.md index c64a2b7..a2ec8d8 100644 --- a/aws/cluster/README.md +++ b/aws/cluster/README.md @@ -102,7 +102,7 @@ module "cluster" { | [namespace](#input\_namespace) | Prefix to be applied to created resources | `list(string)` | `[]` | no | | [node\_groups](#input\_node\_groups) | Node groups to create in this cluster |
map(object({
instance_types = list(string),
max_size = number
min_size = number
}))
| n/a | yes | | [tags](#input\_tags) | Tags to be applied to all created resources | `map(string)` | `{}` | no | -| [user\_data](#input\_user\_data) | Optional user data script for the launch template | `string` | `null` | no | +| [user\_data](#input\_user\_data) | Optional user data script for the launch template | `map(string)` | `{}` | no | ## Outputs