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
Im getting an error when using the following required_version:
running "/usr/local/bin/terraform init -input=false -no-color -upgrade" in "/myrepo/55/default/myfolder/myfolder2": exit status 1
Error: Unsupported Terraform Core version
on versions.tf line 2, in terraform:
2: required_version = ">= 0.14.4"
This configuration does not support Terraform version 0.14.3. To proceed,
either choose another supported Terraform version or update this version
constraint. Version constraints are normally set for good reason, so updating
the constraint may lead to other errors or unexpected behavior.
Shouldnt atlantis download the latest version and use that? Why is it still using 14.3?
The text was updated successfully, but these errors were encountered:
Im getting an error when using the following required_version:
Shouldnt atlantis download the latest version and use that? Why is it still using 14.3?
The text was updated successfully, but these errors were encountered: