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
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,7 @@ Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraf
262
262
| <aname="input_map_users"></a> [map\_users](#input\_map\_users)| Additional IAM users to add to the aws-auth configmap. See examples/basic/variables.tf for example format. | <pre>list(object({<br> userarn = string<br> username = string<br> groups = list(string)<br> }))</pre> |`[]`| no |
263
263
| <aname="input_node_groups"></a> [node\_groups](#input\_node\_groups)| Map of map of node groups to create. See `node_groups` module's documentation for more details |`any`|`{}`| no |
264
264
| <aname="input_node_groups_defaults"></a> [node\_groups\_defaults](#input\_node\_groups\_defaults)| Map of values to be applied to all node groups. See `node_groups` module's documentation for more details |`any`|`{}`| no |
265
+
| <aname="input_openid_connect_audiences"></a> [openid\_connect\_audiences](#input\_openid\_connect\_audiences)| List of OpenID Connect audience client IDs to add to the IRSA provider. |`list(string)`|`[]`| no |
265
266
| <aname="input_permissions_boundary"></a> [permissions\_boundary](#input\_permissions\_boundary)| If provided, all IAM roles will be created with this permissions boundary attached. |`string`|`null`| no |
266
267
| <aname="input_subnets"></a> [subnets](#input\_subnets)| A list of subnets to place the EKS cluster and workers within. |`list(string)`| n/a | yes |
267
268
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources. Tags added to launch configuration or templates override these values for ASG Tags only. |`map(string)`|`{}`| no |
0 commit comments