Fix: ENI's prevent SecGrps from being destroyed on tf destroy (#311)

* Fix: remove ENI's on term fixes cluster destroy issues with security group still attached

* Fix: delete ENIs on term to allow sg destroy
This commit is contained in:
Jeffrey Rose
2019-04-11 07:29:35 -06:00
committed by Max Williams
parent 18e00861e4
commit 47c7e7ad6f
3 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Write your awesome addition here (by @you)
- Fixed: Ability to destroy clusters due to security groups being attached to ENI's (by @whiskeyjimbo)
- Added outputs for worker IAM instance profile(s) (by @soapergem)
- Added support for cluster logging via the `cluster_enabled_log_types` variable (by @sc250024)