Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform 0.12 #124

Closed
jackivanov opened this issue May 17, 2019 · 3 comments · Fixed by #127
Closed

Terraform 0.12 #124

jackivanov opened this issue May 17, 2019 · 3 comments · Fixed by #127
Milestone

Comments

@jackivanov
Copy link

jackivanov commented May 17, 2019

Scaleway provider is not compatible with terraform 0.12

Terraform Version

$ ./terraform -v
Terraform v0.12.0-rc1

Terraform Configuration Files

terraform {
  required_version = "~> 0.12"
}

provider "scaleway" { }

Actual Behavior

No available provider "scaleway" plugins are compatible with this Terraform version.

Steps to Reproduce

  1. terraform init
@QuentinBrosse
Copy link
Contributor

Hi,

I already have an issue ready for this: QuentinBrosse#1

We will try to merge it on Monday. :)

@opichon
Copy link

opichon commented May 31, 2019

I am still getting this error: Error: no available version is compatible with this version of Terraform when running terraform init`.

@QuentinBrosse
Copy link
Contributor

Hi @opichon,

Check my answer in #133 :)

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

Successfully merging a pull request may close this issue.

4 participants