change default value for wait_for_cluster_cmd (#750)

* change wait_for_cluster_cmd method

change default method for wait_for_cluster_cmd from curl to wget to solve https://github.com/terraform-aws-modules/terraform-aws-eks/issues/741

* Update CHANGELOG.md

* update docs

Co-authored-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
Dawid Rogaczewski
2020-02-27 11:31:20 +01:00
committed by GitHub
parent f2cc9f5039
commit 3e44835172
3 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- **Breaking:** Removal of autoscaling IAM policy and tags (by @max-rocket-internet)
- Add `iam:{Create,Delete,Get}OpenIDConnectProvider` grants to the list of required IAM permissions in `docs/iam-permissions.md` (by @danielelisi)
- Add an `name` parameter to be able to manually name EKS Managed Node Groups (by @splieth)
- Change variable default `wait_for_cluster_cmd` from curl to wget (by @daroga0002)
#### Important notes