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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
135
135
| tags | A map of tags to add to all resources. | map | `{}` | no |
136
136
| vpc\_id | VPC where the cluster and workers will be deployed. | string | n/a | yes |
137
137
| worker\_additional\_security\_group\_ids | A list of additional security group ids to attach to worker instances | list | `[]` | no |
138
+
| worker\_ami\_name\_filter | Additional name filter for AWS EKS worker AMI. Default behaviour will get latest for the cluster_version but could be set to a release from amazon-eks-ami, e.g. "v20190220" | string | `"v*"` | no |
138
139
| worker\_create\_security\_group | Whether to create a security group for the workers or attach the workers to `worker_security_group_id`. | string | `"true"` | no |
139
140
| worker\_group\_count | The number of maps contained within the worker_groups list. | string | `"1"` | no |
140
141
| worker\_group\_launch\_template\_count | The number of maps contained within the worker_groups_launch_template list. | string | `"0"` | no |
@@ -155,9 +156,9 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
155
156
|------|-------------|
156
157
| cluster\_certificate\_authority\_data | Nested attribute containing certificate-authority-data for your cluster. This is the base64 encoded certificate data required to communicate with your cluster. |
157
158
| cluster\_endpoint | The endpoint for your EKS Kubernetes API. |
159
+
| cluster\_iam\_role\_arn | IAM role ARN of the EKS cluster. |
160
+
| cluster\_iam\_role\_name | IAM role name of the EKS cluster. |
158
161
| cluster\_id | The name/id of the EKS cluster. |
159
-
| cluster\_role\_arn | IAM role ARN of the EKS cluster role. |
160
-
| cluster\_role\_name | IAM role name of the EKS cluster role. |
161
162
| cluster\_security\_group\_id | Security group ID attached to the EKS cluster. |
162
163
| cluster\_version | The Kubernetes server version for the EKS cluster. |
163
164
| config\_map\_aws\_auth | A kubernetes configuration to authenticate to this EKS cluster. |
description="Additional name filter for AWS EKS worker AMI. Default behaviour will get latest for the cluster_version but could be set to a release from amazon-eks-ami, e.g. \"v20190220\""
157
+
default="v*"
158
+
}
159
+
155
160
variable"worker_additional_security_group_ids" {
156
161
description="A list of additional security group ids to attach to worker instances"
0 commit comments