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

add option to disable enhanced monitoring on workers

This commit is contained in:
Kevin Pankonen
2018-08-13 07:38:35 -07:00
parent 95eb7f54ec
commit 0c4f27d38a
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- add spot_price option to aws_launch_configuration
- add enable_monitoring option to aws_launch_configuration
### Changed