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

terraform version incompatible #9

Open
shlomiken opened this issue Sep 8, 2019 · 1 comment
Open

terraform version incompatible #9

shlomiken opened this issue Sep 8, 2019 · 1 comment

Comments

@shlomiken
Copy link

Hi
your terraform aws provider is >1.5 - while the latest terraform installation requires >2.7
here is the error when trying to init terraform.

Provider "aws" v1.60.0 is not compatible with Terraform 0.12.8.

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.52

@nicor88
Copy link
Owner

nicor88 commented Sep 30, 2019

@shlomiken this should be fixed. I removed the provider and add a couple of make commands:

make infra-init
make infra-plan

Can you also try and let me know if it works for you?

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

2 participants