k8s-scw-baremetal icon indicating copy to clipboard operation
k8s-scw-baremetal copied to clipboard

Terraform 0.12.1 not supported

Open gaiar opened this issue 5 years ago • 2 comments

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.

gaiar avatar Jun 11 '19 16:06 gaiar

ping @stefanprodan

hazcod avatar Jan 18 '20 15:01 hazcod

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

trash-anger avatar Feb 11 '20 22:02 trash-anger