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
@@ -130,6 +130,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
130
130
| map\_roles\_count | The count of roles in the map_roles list. | string | `"0"` | no |
131
131
| map\_users | Additional IAM users to add to the aws-auth configmap. See examples/eks_test_fixture/variables.tf for example format. | list | `[]` | no |
132
132
| map\_users\_count | The count of roles in the map_users list. | string | `"0"` | no |
133
+
| permissions\_boundary | If provided, all IAM roles will be created with this permissions boundary attached. | string | `""` | no |
133
134
| subnets | A list of subnets to place the EKS cluster and workers within. | list | n/a | yes |
134
135
| tags | A map of tags to add to all resources. | map | `{}` | no |
135
136
| vpc\_id | VPC where the cluster and workers will be deployed. | string | n/a | yes |
0 commit comments