mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 15:33:46 +01:00
Fixes for Launch Templates (#361)
* Fixes for Launch Templates * update changelog * add outputs for 3 LT attributes
This commit is contained in:
@@ -171,12 +171,15 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
|
||||
| config\_map\_aws\_auth | A kubernetes configuration to authenticate to this EKS cluster. |
|
||||
| kubeconfig | kubectl config file contents for this EKS cluster. |
|
||||
| kubeconfig\_filename | The filename of the generated kubectl config. |
|
||||
| worker\_iam\_instance\_profile\_arns | default IAM instance profile ARNs for EKS worker group |
|
||||
| worker\_iam\_instance\_profile\_names | default IAM instance profile names for EKS worker group |
|
||||
| worker\_iam\_instance\_profile\_arns | default IAM instance profile ARN for EKS worker groups |
|
||||
| worker\_iam\_instance\_profile\_names | default IAM instance profile name for EKS worker groups |
|
||||
| worker\_iam\_role\_arn | default IAM role ARN for EKS worker groups |
|
||||
| worker\_iam\_role\_name | default IAM role name for EKS worker groups |
|
||||
| worker\_security\_group\_id | Security group ID attached to the EKS workers. |
|
||||
| workers\_asg\_arns | IDs of the autoscaling groups containing workers. |
|
||||
| workers\_asg\_names | Names of the autoscaling groups containing workers. |
|
||||
| workers\_launch\_template\_arns | ARNs of the worker launch templates. |
|
||||
| workers\_launch\_template\_ids | IDs of the worker launch templates. |
|
||||
| workers\_launch\_template\_latest\_versions | Latest versions of the worker launch templates. |
|
||||
|
||||
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
|
||||
|
||||
Reference in New Issue
Block a user