Skip to content

Commit

Permalink
Merge pull request #334 from recognizegroup/wslaghekke-patch-1
Browse files Browse the repository at this point in the history
Update version in getting started example and remove git prefix (terr…
  • Loading branch information
wslaghekke committed Jun 15, 2023
2 parents 09497b9 + 8a1fea6 commit aab3737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains terraform modules which can be used in combination with
```terraform
# Use Terragrunt to download the module code
terraform {
source = "git::https://github.com/recognizegroup/terraform.git//path/to/module?ref=v3.0.0"
source = "github.com/recognizegroup/terraform.git//path/to/module?ref=v3.4.0"
}
# Fill in the variables for that module
Expand Down

0 comments on commit aab3737

Please sign in to comment.