Changing AMI data resource to filter for k8s version of cluster (#215)

* Changing AMI data resource to only use k8s version of cluster

* Reverting this method as it doesn't work
This commit is contained in:
Max Williams
2018-12-17 09:43:53 +01:00
committed by GitHub
parent dfec7b1003
commit e6671e45ae
3 changed files with 3 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Added `--with-aggregate-type-defaults` option to terraform-docs (by @max-rocket-internet)
- Updated AMI ID filtering to only filter AMIs from current cluster k8s version (by @max-rocket-internet)
## [[v1.8.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.7.0...v1.8.0)] - 2018-12-04]