Chris Mague 7 tahun lalu
induk
melakukan
19b1c725ee
2 mengubah file dengan 0 tambahan dan 7 penghapusan
  1. 0 3
      cookiecutter.json
  2. 0 4
      {{cookiecutter.module_name}}/README.md

+ 0 - 3
cookiecutter.json

@@ -1,6 +1,3 @@
 {
-  "full_name": "Chris Mague",
-  "email": "github@mague.com",
-  "short_description": "description goes here",
   "module_name": "terraform-module-test"
 }

+ 0 - 4
{{cookiecutter.module_name}}/README.md

@@ -1,6 +1,5 @@
 # {{cookiecutter.module_name}}
 
-{{cookiecutter.short_description}}
 
 ## Usage
 
@@ -12,6 +11,3 @@ LICENSE: 3-clause BSD license.
 ## Testing
 
 `cd {{ cookiecutter.module_name }} && vagrant up`
-
-
-{{ cookiecutter.extra_context }}