Skip to content

Commit 2bb5a00

Browse files
authored
Update scaffold template to use unit terminology (#5122)
Relates to #5121.
1 parent d394c62 commit 2bb5a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/commands/scaffold/scaffold.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ variables:
5454
type: string
5555
`
5656
DefaultTerragruntTemplate = `
57-
# This is a Terragrunt module generated by boilerplate.
57+
# This is a Terragrunt unit generated by Gruntwork Boilerplate (https://github.com/gruntwork-io/boilerplate).
5858
terraform {
5959
source = "{{ .sourceUrl }}"
6060
}

0 commit comments

Comments
 (0)