added output for asg

This commit is contained in:
brandoconnor
2018-06-11 13:08:03 -07:00
parent 210e92d821
commit 60e2259e92
4 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- security group id can be provided for either/both of the cluster and the workers. If not provided, security groups will be created with sufficient rules to allow cluster-worker communication. - kudos to @tanmng on the idea ⭐
- outputs of security group ids and worker ASG arns added for working with these resources outside the module.
### Changed