Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Terraform 0.12.1 not supported #50

Open
gaiar opened this issue Jun 11, 2019 · 2 comments
Open

Terraform 0.12.1 not supported #50

gaiar opened this issue Jun 11, 2019 · 2 comments

Comments

@gaiar
Copy link

gaiar commented Jun 11, 2019

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
Copy link

hazcod commented Jan 18, 2020

ping @stefanprodan

@trash-anger
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants