You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/node_groups/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ No modules.
97
97
| <aname="input_create_eks"></a> [create\_eks](#input\_create\_eks)| Controls if EKS resources should be created (it affects almost all resources) |`bool`|`true`| no |
98
98
| <aname="input_default_iam_role_arn"></a> [default\_iam\_role\_arn](#input\_default\_iam\_role\_arn)| ARN of the default IAM worker role to use if one is not specified in `var.node_groups` or `var.node_groups_defaults`|`string`|`""`| no |
99
99
| <aname="input_ebs_optimized_not_supported"></a> [ebs\_optimized\_not\_supported](#input\_ebs\_optimized\_not\_supported)| List of instance types that do not support EBS optimization |`list(string)`|`[]`| no |
100
-
| <aname="input_ng_depends_on"></a> [ng\_depends\_on](#input\_ng\_depends\_on)| List of references to other resources this submodule depends on |`any`|`null`| no |
101
100
| <aname="input_node_groups"></a> [node\_groups](#input\_node\_groups)| Map of maps of `eks_node_groups` to create. See "`node_groups` and `node_groups_defaults` keys" section in README.md for more details |`any`|`{}`| no |
102
101
| <aname="input_node_groups_defaults"></a> [node\_groups\_defaults](#input\_node\_groups\_defaults)| map of maps of node groups to create. See "`node_groups` and `node_groups_defaults` keys" section in README.md for more details |`any`|`{}`| no |
103
102
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
0 commit comments