Skip to content
Snippets Groups Projects
Unverified Commit 81bd4f92 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

docs: fix link (#7813)

parent a71bbf67
Branches
No related tags found
No related merge requests found
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:
```json ```json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment