We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
init
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.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: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.
The text was updated successfully, but these errors were encountered: