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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -723,7 +723,7 @@ Full contributing [guidelines are covered here](https://github.com/terraform-aws
723
723
| <aname="input_iam_role_permissions_boundary"></a> [iam\_role\_permissions\_boundary](#input\_iam\_role\_permissions\_boundary)| ARN of the policy that is used to set the permissions boundary for the IAM role |`string`|`null`| no |
724
724
| <aname="input_iam_role_tags"></a> [iam\_role\_tags](#input\_iam\_role\_tags)| A map of additional tags to add to the IAM role created |`map(string)`|`{}`| no |
725
725
| <aname="input_iam_role_use_name_prefix"></a> [iam\_role\_use\_name\_prefix](#input\_iam\_role\_use\_name\_prefix)| Determines whether the IAM role name (`iam_role_name`) is used as a prefix |`string`|`true`| no |
726
-
| <aname="input_node_security_group_additional_rules"></a> [node\_security\_group\_additional\_rules](#input\_node\_security\_group\_additional\_rules)| List of additional security group rules to add to the node security group created |`map(any)`|`{}`| no |
726
+
| <aname="input_node_security_group_additional_rules"></a> [node\_security\_group\_additional\_rules](#input\_node\_security\_group\_additional\_rules)| List of additional security group rules to add to the node security group created |`any`|`{}`| no |
727
727
| <aname="input_node_security_group_description"></a> [node\_security\_group\_description](#input\_node\_security\_group\_description)| Description of the node security group created |`string`|`"EKS node shared security group"`| no |
728
728
| <aname="input_node_security_group_id"></a> [node\_security\_group\_id](#input\_node\_security\_group\_id)| ID of an existing security group to attach to the node groups created |`string`|`""`| no |
729
729
| <aname="input_node_security_group_name"></a> [node\_security\_group\_name](#input\_node\_security\_group\_name)| Name to use on node security group created |`string`|`null`| no |
0 commit comments