coreos / terraform-aws-kubernetes

Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Apache License 2.0
116 stars 67 forks source link

Update compatibility with terrafrom > v0.11.0 #12

Closed thunderbird86 closed 6 years ago

squat commented 6 years ago

@thunderbird86 thanks a lot for posting this. Updating this repo to match upstream for a given commit is typically a little bit more involved: all modules should be updated in parallel to the same version as it would be a little odd to import modules at different versions. Luckily, it is very easy to do: updating this repo involves simply executing make update. This will update all of the terraform configuration and create a new commit. I've just just updated the repo to match upstream in the last commit (https://github.com/coreos/terraform-aws-kubernetes/commit/fb5c6c70b74ce60f3face81dc8cadafe5597645d), so this PR should no longer be needed.