1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Gpu workers support (#515)

* added posibility to use Amazon EKS-Optimized AMI with GPU Support for workers

* updated CHANGELOG.md

* added missing var prefix

* updated Changelog to ver 6.x.x
This commit is contained in:
Roman Voitenko
2019-09-23 17:50:01 +02:00
committed by Max Williams
parent 0cc058c52c
commit f79c790153
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Write your awesome addition here (by @you)
- Added support for different workers AMI's, i.e. with GPU support (by @rvoitenko)
### Changed