Adding node group iam role arns to outputs (#641)

This commit is contained in:
Mukesh Gupta
2019-12-20 21:20:29 +05:30
committed by Max Williams
parent b7ffc1b591
commit 7c8bcc967b
3 changed files with 10 additions and 0 deletions

View File

@@ -218,6 +218,7 @@ 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. |
| node\_groups\_iam\_role\_arns | IAM role ARNs for EKS node groups |
| worker\_autoscaling\_policy\_arn | ARN of the worker autoscaling IAM policy if `manage_worker_autoscaling_policy = true` |
| worker\_autoscaling\_policy\_name | Name of the worker autoscaling IAM policy if `manage_worker_autoscaling_policy = true` |
| worker\_iam\_instance\_profile\_arns | default IAM instance profile ARN for EKS worker groups |