Skip to content

Commit 00ebcaa

Browse files
authored
Update terraform.json (rafamadriz#478)
Fix spelling of generic
1 parent d6e7e70 commit 00ebcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/terraform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
},
168168
"git_module": {
169169
"prefix": "tf-git_module",
170-
"description": "Define a module with genertic Git source.",
170+
"description": "Define a module with generic Git source.",
171171
"body": ["module \"${myModuleName}\" {", " source = \"git://\"", "}"]
172172
},
173173
"github_private_module": {

0 commit comments

Comments
 (0)