Skip to content

Commit

Permalink
Scaffold docs update (#3512)
Browse files Browse the repository at this point in the history
* scaffold docs update

* Test ref update

* Setting actual values
  • Loading branch information
denis256 authored Oct 25, 2024
1 parent d91f921 commit a55ed8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_docs/02_features/scaffold.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
}
```

Expand All @@ -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
```

0 comments on commit a55ed8c

Please sign in to comment.