Skip to content

Commit

Permalink
Update terraform.json (#478)
Browse files Browse the repository at this point in the history
Fix spelling of generic
  • Loading branch information
enlewof authored Jul 15, 2024
1 parent d6e7e70 commit 00ebcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/terraform.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
},
"git_module": {
"prefix": "tf-git_module",
"description": "Define a module with genertic Git source.",
"description": "Define a module with generic Git source.",
"body": ["module \"${myModuleName}\" {", " source = \"git://\"", "}"]
},
"github_private_module": {
Expand Down

0 comments on commit 00ebcaa

Please sign in to comment.