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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ No requirements.
52
52
| cluster\_name | Name of parent cluster |`string`| n/a | yes |
53
53
| create\_eks | Controls if EKS resources should be created (it affects almost all resources) |`bool`|`true`| no |
54
54
| 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`| n/a | yes |
55
+
| ng\_depends\_on | List of references to other resources this submodule depends on |`any`|`null`| no |
55
56
| 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 |
56
57
| 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`| n/a | yes |
57
58
| tags | A map of tags to add to all resources |`map(string)`| n/a | yes |
0 commit comments