diff --git a/aws/cluster/README.md b/aws/cluster/README.md index d50eabd..a5fdac3 100644 --- a/aws/cluster/README.md +++ b/aws/cluster/README.md @@ -105,7 +105,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({
capacity_type = optional(string, "ON_DEMAND")
instance_types = list(string),
max_size = number
max_unavailable = optional(number, 3)
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