Skip to content

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

@Maelstromeous

Description

@Maelstromeous

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions