stefanprodan / k8s-scw-baremetal

Kubernetes installer for Scaleway bare-metal AMD64 and ARMv7
MIT License
177 stars 58 forks source link

Terraform 0.12.1 not supported #50

Open gaiar opened 5 years ago

gaiar commented 5 years ago

Getting an error on terraform init

Error: Unsupported Terraform Core version

This configuration does not support Terraform version 0.12.1. To proceed,
either choose another supported Terraform version or update the root module's
version constraint. Version constraints are normally set for good reason, so
updating the constraint may lead to other errors or unexpected behavior.
hazcod commented 4 years ago

ping @stefanprodan

trash-anger commented 4 years ago

Use terraform 0.11.11 : docker run --rm -v $PWD:/data --workdir=/data hashicorp/terraform:0.11.11 init docker run --rm -v $PWD:/data --workdir=/data hashicorp/terraform:0.11.11 apply