Daniel Piddock
0c1ed0e6e9
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.
2020-03-18 13:56:51 +01:00
Scott Crooks
7dc56e976b
EKS 1.15 Support ( #776 )
...
* chore(eks): Support EKS 1.15
* docs(changelog): Adding entry to CHANGELOG
* chore(examples): Removing VPC tags from merged PR #772
* docs(changelog): Adding 'breaking' to CHANGELOG entry
2020-03-11 17:06:55 +01:00
Andres De Castro
dda244994d
Pin version for kubernetes provider across examples to exactly 1.10.0 ( #735 )
...
* Update README.md
* Update main.tf
* Update main.tf
* Update main.tf
* Update main.tf
* Update main.tf
* Update README.md
* Update README.md
* Update CHANGELOG.md
Co-authored-by: Max Williams <max.williams@deliveryhero.com >
2020-02-27 11:36:32 +01:00
Max Williams
626a393ab9
Remove of autoscaling IAM policy related stuff ( #716 )
...
* Disable management of autoscaling IAM policy by default
* remove completely
* update changelog notes
* fix pre-commit stuff
* misc updates
* fmt
* fix changelog
* Removal of tags and update docs
* Change after updating terraform-docs
* Add second tag
2020-02-04 19:34:17 +01:00
Max Williams
9032dce006
Add example for IRSA and cluster-autoscaler ( #710 )
...
* Add example for IRSA
* remove unused SGs
* remove helm setup part
* simplification and use module
* fix fmt error
* remove unused resource
2020-01-30 15:21:20 +01:00