mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-29 03:47:43 +02:00
Supply count for map_accounts, map_roles and map_users (#205)
* Added map_roles_count and user_roles_count (#1) * Update readme for new vars * updated tests to include count * fix syntax error * updated changelog * Added map_accounts_count variable for consistency * Fix counts in example and user latest terraform-docs to generate readme
This commit is contained in:
committed by
Max Williams
parent
37f18c17c9
commit
1822a677dc
@@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
|
||||
project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [[v1.9.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.8.0...HEAD)] - 2019-01-??]
|
||||
|
||||
## [[v2.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.8.0...HEAD)] - 2019-01-??]
|
||||
|
||||
### Added
|
||||
|
||||
- (Breaking Change) New input variables `map_accounts_count`, `map_roles_count` and `map_users_count` to allow using computed values as part of `map_accounts`, `map_roles` and `map_users` configs (by @chili-man on behalf of OpenGov).
|
||||
- Added ability to choose local-exec interpreter (by @rothandrew)
|
||||
|
||||
### Changed
|
||||
|
||||
- Added `--with-aggregate-type-defaults` option to terraform-docs (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]
|
||||
|
||||
Reference in New Issue
Block a user