File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module "cluster" {
102102| <a name =" input_namespace " ></a > [ namespace] ( #input\_ namespace ) | Prefix to be applied to created resources | ` list(string) ` | ` [] ` | no |
103103| <a name =" input_node_groups " ></a > [ node\_ groups] ( #input\_ node\_ groups ) | Node groups to create in this cluster | <pre >map(object({<br > instance_types = list(string),<br > max_size = number<br > min_size = number<br > }))</pre > | n/a | yes |
104104| <a name =" input_tags " ></a > [ tags] ( #input\_ tags ) | Tags to be applied to all created resources | ` map(string) ` | ` {} ` | no |
105- | <a name =" input_user_data " ></a > [ user\_ data] ( #input\_ user\_ data ) | Optional user data script for the launch template | ` string ` | ` null ` | no |
105+ | <a name =" input_user_data " ></a > [ user\_ data] ( #input\_ user\_ data ) | Optional user data script for the launch template | ` map( string) ` | ` {} ` | no |
106106
107107## Outputs
108108
You can’t perform that action at this time.
0 commit comments