gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.03k stars 972 forks source link

Terraform registry support: Support shorthand detector #1772

Open yorinasub17 opened 3 years ago

yorinasub17 commented 3 years ago

Support a shorthand of MODULE?version=VERSION for the url instead of providing tfr:// protocol. Example:

source = "hashicorp/consul/aws?version=3.5.0"

Note that this requires implementing a detector for the tfr protocol that is able to handle this, and make sure that it has precedence over the local file detector.

nveeramn commented 5 days ago

Any update on this issue, this would be very useful