Update terraform.json (#478)

Fix spelling of generic
This commit is contained in:
Allen Lew 2024-07-14 17:38:07 -07:00 committed by GitHub
parent d6e7e70e3d
commit 00ebcaa159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {