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.
╵
At the time of writing,
2.1.7is tagged as the latest release on this repository, however terraform reports that the latest available is2.1.5. Can this be fixed so that I can pull straight from the registry instead of from github? Thanks in advance.