Skip to content

Commit 74efdb2

Browse files
committed
update docs
1 parent ee5825a commit 74efdb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/node_groups/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ No requirements.
5252
| cluster\_name | Name of parent cluster | `string` | n/a | yes |
5353
| create\_eks | Controls if EKS resources should be created (it affects almost all resources) | `bool` | `true` | no |
5454
| 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 |
5556
| 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 |
5657
| 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 |
5758
| tags | A map of tags to add to all resources | `map(string)` | n/a | yes |

0 commit comments

Comments
 (0)