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
@@ -791,6 +791,7 @@ Full contributing [guidelines are covered here](https://github.com/terraform-aws
791
791
| <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 |
792
792
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Determines whether a an IAM role is created or to use an existing IAM role |`bool`|`true`| no |
793
793
| <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 |
794
+
| <aname="input_custom_oidc_thumbprints"></a> [custom\_oidc\_thumbprints](#input\_custom\_oidc\_thumbprints)| Additional list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s) |`list(string)`|`[]`| no |
794
795
| <aname="input_eks_managed_node_group_defaults"></a> [eks\_managed\_node\_group\_defaults](#input\_eks\_managed\_node\_group\_defaults)| Map of EKS managed node group default configurations |`any`|`{}`| no |
795
796
| <aname="input_eks_managed_node_groups"></a> [eks\_managed\_node\_groups](#input\_eks\_managed\_node\_groups)| Map of EKS managed node group definitions to create |`any`|`{}`| no |
796
797
| <aname="input_enable_irsa"></a> [enable\_irsa](#input\_enable\_irsa)| Determines whether to create an OpenID Connect Provider for EKS to enable IRSA |`bool`|`true`| no |
0 commit comments