coreos / terraform-aws-kubernetes

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

Now work with terraform > v.0.11.0 #11

Closed thunderbird86 closed 6 years ago

thunderbird86 commented 6 years ago

Get error when try to init

- module "container_linux": missing required argument "version"

this is fix

  source = "github.com/coreos/tectonic-installer//modules/container_linux?ref=0a22c73d39f67ba4bb99106a9e72322a47179736"

  release_channel = "${var.tectonic_container_linux_channel}"
  release_version = "${var.tectonic_container_linux_version}"
squat commented 6 years ago

@thunderbird86 thanks for filing this. This issue is a dupe of https://github.com/coreos/terraform-aws-kubernetes/issues/10#issuecomment-348180774. I fixed the issue upstream in https://github.com/coreos/tectonic-installer/pull/2471. Closing this issue since it is already tracked.