terraform-aws-ecs-task-definition icon indicating copy to clipboard operation
terraform-aws-ecs-task-definition copied to clipboard

latest released version not available in terraform registry

Open charltonstanley opened this issue 4 months ago • 0 comments

At the time of writing, 2.1.7 is tagged as the latest release on this repository, however terraform reports that the latest available is 2.1.5. Can this be fixed so that I can pull straight from the registry instead of from github? Thanks in advance.

│ Error: Unresolvable module version constraint
│ 
│   on main.tf line 39:
│   39: module "mongo-task-definition" {
│ 
│ There is no available version of module "registry.terraform.io/mongodb/ecs-task-definition/aws" (main.tf:39) which matches the given version constraint. The newest available version is
│ 2.1.5.
╵

charltonstanley avatar Mar 29 '24 18:03 charltonstanley