Added timeout configs and variables to aws_eks_cluster resource (#149)

* Added timeout configs and variables

* Updated CHANGELOG and README

* Added timeout configs and variables

* Updated CHANGELOG and README

* Changed variable names for consistency

* Updated README.md

* Did terraform fmt
This commit is contained in:
Ritchelle Grace Posadas
2018-10-04 09:57:48 -04:00
committed by Max Williams
parent 77a7690b1c
commit 0ee9d633d3
4 changed files with 18 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- A useful addition (slam dunk, @self 🔥)
- Worker groups can be created with a specified IAM profile. (from @laverya)
- exposed `aws_eks_cluster` create and destroy timeouts (by @RGPosadas)
### Changed