You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provider constraints within this project version = "~> 1.35" unfortunately is no longer compatible with the later versions of terraform.
Error given:
terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
Provider {"aws"} v1.60.0 is not compatible with Terraform 0.12.9.
Provider version 2.7.0 is the earliest compatible version. Select it with
the following version constraint:
version = "~> 2.7"
Terraform checked all of the plugin versions matching the given constraint:
~> 1.35
Consult the documentation for this provider for more information on
compatibility between provider and Terraform versions.
Error: incompatible provider version
Changing the version number to "~> 2.0" seems to work however.
The text was updated successfully, but these errors were encountered:
Hi,
The provider constraints within this project
version = "~> 1.35"
unfortunately is no longer compatible with the later versions of terraform.Error given:
Changing the version number to "~> 2.0" seems to work however.
The text was updated successfully, but these errors were encountered: