Skip to content

Commit 6cf3a81

Browse files
authored
[new-template-syntax example] Fix typo.
1 parent 18dae9b commit 6cf3a81

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 iterated 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 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 ~}`.
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)