Add outputs for cluster role ARN and name (#290)

This enables attaching additional policies, e.g. for using
encrypted volumes, to the cluster.

Signed-off-by: Steffen Pingel <steffen.pingel@tasktop.com>
This commit is contained in:
Steffen Pingel
2019-03-05 08:54:09 +01:00
committed by Max Williams
parent 87114b0bd0
commit d473b71024
3 changed files with 13 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added output for generated kubeconfig filename (by @syst0m)
- Added outputs for cluster role ARN and name (by @spingel)
## [[v2.2.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.1.0...v2.2.0)] - 2019-02-07]