generated from cloudposse-terraform-components/template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
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:
- Have current version of aws-account-map module
- Have current version of aws-ecr
- Attempt run a plan that uses aws-ecr
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system