Improvement: Require kubernetes provider >=1.11.1 (#784)

BREAKING CHANGE: The terraform-aws-eks module now require at least kubernetes `1.11.1`. This may cause terraform to fail to init if users have set version = "1.10" like we had in the examples.
This commit is contained in:
Daniel Piddock
2020-03-18 13:56:51 +01:00
committed by GitHub
parent 89401f1623
commit 0c1ed0e6e9
8 changed files with 8 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
| Name | Version |
|------|---------|
| aws | >= 2.52.0 |
| kubernetes | >= 1.6.2 |
| kubernetes | >= 1.11.1 |
| local | >= 1.2 |
| null | >= 2.1 |
| random | >= 2.1 |