Skip to content

Commit 2ef44dc

Browse files
authored
"that" to "the
1 parent 6cf3a81 commit 2ef44dc

File tree

1 file changed

+1
-1
lines changed
  • infrastructure-as-code/terraform-0.12-examples/new-template-syntax

1 file changed

+1
-1
lines changed

infrastructure-as-code/terraform-0.12-examples/new-template-syntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOT
1515
}
1616
```
1717

18-
Note that use of `%{ for name in var.names ~}` to iterate through the names in the names variable, the injection of each name with `${name}`, and the end of the for loop with `%{ endfor ~}`.
18+
Note the use of `%{ for name in var.names ~}` to iterate through the names in the names variable, the injection of each name with `${name}`, and the end of the for loop with `%{ endfor ~}`.
1919

2020
The strip markers (`~`) in this example prevent excessive newlines and other whitespaces from being output. We include a blank line before the new template to make sure the first name appears on a new line.
2121

0 commit comments

Comments
 (0)