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

Provider Plugins #2

Open
phillipsmn opened this issue Sep 12, 2019 · 0 comments
Open

Provider Plugins #2

phillipsmn opened this issue Sep 12, 2019 · 0 comments

Comments

@phillipsmn
Copy link

phillipsmn commented Sep 12, 2019

I'm trying to set up the Master version. I have installed Terraform 0.12.8 and when I run init I get the following errors:

Provider "azurerm" v1.20.0 is not compatible with Terraform 0.12.8.

Provider version 1.27.0 is the earliest compatible version. Select it with the following version constraint:

   version = "~> 1.27"

Terraform checked all of the plugin versions matching the given constraint:
~> 1.20.0

Consult the documentation for this provider for more information on compatibility between provider and Terraform versions.

Provider "cloudflare" v1.9.0 is not compatible with Terraform 0.12.8.

Provider version 1.15.0 is the earliest compatible version. Select it with the following version constraint:

   version = "~> 1.15"

Terraform checked all of the plugin versions matching the given constraint:
~> 1.9.0

Consult the documentation for this provider for more information on compatibility between provider and Terraform versions.

I did not see in the documentation which version of Terraform is compatible with these plugins.

EDIT:

Looks like the providers work fine with Terraform 0.11.14.

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

No branches or pull requests

1 participant