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

atlantis isnt downloading new version when ">=" version constraint used #1354

Closed
red8888 opened this issue Jan 15, 2021 · 1 comment
Closed

Comments

@red8888
Copy link

red8888 commented Jan 15, 2021

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?

@red8888
Copy link
Author

red8888 commented Jan 15, 2021

sorry i opened a dup! #1217

Confirmed that using a specific version required_version = "0.14.4" does work

@red8888 red8888 closed this as completed Jan 15, 2021
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