mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-28 03:17:18 +02:00
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:
committed by
Max Williams
parent
18e00861e4
commit
47c7e7ad6f
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user