Skip to content

Commit

Permalink
docs(manager/terragrunt): fix wrong config (#19192)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 30, 2022
1 parent c8c515d commit 0fd190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/terragrunt/readme.md
Expand Up @@ -5,7 +5,7 @@ For example, if you want to reference a tag like `module-v1.2.5`, a block like t

```json
{
"terraform": {
"terragrunt": {
"versioning": "regex:^((?<compatibility>.*)-v|v*)(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
}
}
Expand Down

0 comments on commit 0fd190e

Please sign in to comment.