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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -428,6 +428,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
428
428
| <aname="input_create_cluster_security_group"></a> [create\_cluster\_security\_group](#input\_create\_cluster\_security\_group)| Determines if a security group is created for the cluster. Note: the EKS service creates a primary security group for the cluster by default |`bool`|`true`| no |
429
429
| <aname="input_create_cni_ipv6_iam_policy"></a> [create\_cni\_ipv6\_iam\_policy](#input\_create\_cni\_ipv6\_iam\_policy)| Determines whether to create an [`AmazonEKS_CNI_IPv6_Policy`](https://docs.aws.amazon.com/eks/latest/userguide/cni-iam-role.html#cni-iam-role-create-ipv6-policy)|`bool`|`false`| no |
430
430
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Determines whether an IAM role is created for the cluster |`bool`|`true`| no |
431
+
| <aname="input_additional_assume_role_principals"></a> [additional\_assume\_role\_principals](#input\_additional\_assume\_principals)| List of additional principals to allow assuming the role |`list(object)`|`[]`| no |
431
432
| <aname="input_create_kms_key"></a> [create\_kms\_key](#input\_create\_kms\_key)| Controls if a KMS key for cluster encryption should be created |`bool`|`true`| no |
432
433
| <aname="input_create_node_iam_role"></a> [create\_node\_iam\_role](#input\_create\_node\_iam\_role)| Determines whether an EKS Auto node IAM role is created |`bool`|`true`| no |
433
434
| <aname="input_create_node_security_group"></a> [create\_node\_security\_group](#input\_create\_node\_security\_group)| Determines whether to create a security group for the node groups or use the existing `node_security_group_id`|`bool`|`true`| no |
0 commit comments