Currently by default, Terragrunt support is limited to Terraform registry sources and GitHub sources that include semver refs, e.g. like `github.com/hashicorp/example?ref=v1.0.0`.
Currently by default, Terragrunt support is limited to Terraform registry sources and GitHub sources that include semver refs, e.g. like `github.com/hashicorp/example?ref=v1.0.0`.
You can create a custom [versioning config](/configuration-options.md#versioning) to support non-semver references.
You can create a custom [versioning config](/configuration-options/#versioning) to support non-semver references.
For example, if you want to reference a tag like `module-v1.2.5`, a block like this would work:
For example, if you want to reference a tag like `module-v1.2.5`, a block like this would work: