Chris Mague 7 gadi atpakaļ
vecāks
revīzija
19b1c725ee
2 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  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 }}