-
-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* scaffold docs update * Test ref update * Setting actual values
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ Optional variables which can be passed to `scaffold` command: | |
Scaffold new project but use specific module version: | ||
|
||
```bash | ||
terragrunt scaffold github.com/gruntwork-io/terragrunt.git//test/fixtures/inputs --var=Ref=v0.53.1 | ||
terragrunt scaffold github.com/gruntwork-io/terragrunt.git//test/fixtures/inputs --var=Ref=v0.68.4 | ||
``` | ||
|
||
Scaffold new project but use Git/SSH URLs: | ||
|
@@ -112,7 +112,7 @@ terragrunt scaffold github.com/gruntwork-io/terragrunt.git//test/fixtures/inputs | |
```hcl | ||
# terragrunt.hcl | ||
terraform { | ||
source = "git::ssh://[email protected]/gruntwork-io/terragrunt.git//test/fixtures/inputs?ref=v0.53.8" | ||
source = "git::ssh://[email protected]/gruntwork-io/terragrunt.git//test/fixtures/inputs?ref=v0.68.4" | ||
} | ||
``` | ||
|
||
|
@@ -126,7 +126,7 @@ terragrunt scaffold github.com/gruntwork-io/terragrunt.git//test/fixtures/scaffo | |
Scaffold new project using external template: | ||
|
||
```bash | ||
terragrunt scaffold github.com/gruntwork-io/terragrunt.git//test/fixtures/inputs [email protected]/gruntwork-io/terragrunt.git//test/fixtures/scaffold/external-template | ||
terragrunt scaffold github.com/gruntwork-io/terragrunt.git//test/fixtures/inputs [email protected]:gruntwork-io/terragrunt.git//test/fixtures/scaffold/external-template | ||
# will be created: external-template.txt terragrunt.hcl , files from external template | ||
``` |