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

AWS provider no longer compatible with latest version of terraform #7

Open
Maelstromeous opened this issue Sep 26, 2019 · 3 comments
Open

Comments

@Maelstromeous
Copy link

Hi,

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.

@lokst
Copy link
Contributor

lokst commented Sep 30, 2019

Thanks for highlighting this @Maelstromeous , at the moment terraform v0.11 would be required to run the setup.

@lokst
Copy link
Contributor

lokst commented Oct 22, 2019

Resolved by #8

@lokst lokst closed this as completed Oct 22, 2019
@lokst
Copy link
Contributor

lokst commented Oct 22, 2019

Reopened as the issue still exists in the orbs and without_orbs branches.

@lokst lokst reopened this Oct 22, 2019
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