From 72a40c7d4e74e8d5fb3e88a0338429f0c3b5c5ba Mon Sep 17 00:00:00 2001 From: Igor Borodin Date: Wed, 11 Jul 2018 11:38:27 +0300 Subject: [PATCH] Updating docs and changelog --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2d754..b913efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Added - kubelet_node_labels worker group option allows setting --node-labels= in kubelet. (Hat-tip, @bshelton229 👒) +- `worker_iam_role_arn` added to outputs. Sweet, @hatemosphere 🔥 ### Changed diff --git a/README.md b/README.md index 900e048..15e3872 100644 --- a/README.md +++ b/README.md @@ -126,5 +126,6 @@ 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. | | worker_iam_role_name | IAM role name attached to EKS workers | +| worker_iam_role_arn | IAM role ID attached to EKS workers | | worker_security_group_id | Security group ID attached to the EKS workers. | | workers_asg_arns | IDs of the autoscaling groups containing workers. |