Skip to content

V2 has broken version dependencies #59

@seanlongnyc

Description

@seanlongnyc

Describe the Bug

the aws-ecr module has aws provider dependencies version >= 6.8.0, <7.0.0 and does a local traversal into the aws-account-map module which has aws provider dependency for version >= 4.9.0, < 6.0.0 which conflict causing the plan to fail with error:

╷
│ Error: Failed to resolve provider packages
│ 
│ Could not resolve provider hashicorp/aws: no available releases match the
│ given constraints >= 4.9.0, < 6.0.0, >= 6.8.0, < 7.0.0
╵

Expected Behavior

Plan can successfully resolve providers and finish initializing

Steps to Reproduce

Steps to reproduce the behavior:

  1. Have current version of aws-account-map module
  2. Have current version of aws-ecr
  3. Attempt run a plan that uses aws-ecr

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions