Chris Mague 7 years ago
parent
commit
dbbf2cf406
3 changed files with 4 additions and 12 deletions
  1. 2 9
      README.md
  2. 1 2
      cookiecutter.json
  3. 1 1
      terraform-modules-{{cookiecutter.module_name}}/README.md

+ 2 - 9
README.md

@@ -1,6 +1,6 @@
-# cookiecutter-ansible-role
+# cookiecutter-terraform-module
 
 
-This builds and ansible role with a Vagrantfile for testing in vagrant
+This builds a terraform module with some tests
 
 
 ## Prerequisites 
 ## Prerequisites 
 
 
@@ -8,10 +8,3 @@ This builds and ansible role with a Vagrantfile for testing in vagrant
 ```
 ```
 sudo pip install cookiecutter
 sudo pip install cookiecutter
 ```
 ```
-
-Optionally to test using Vagrant:
-Install and configure [virtualbox](https://www.virtualbox.org/wiki/Downloads) and [vagrant](https://www.vagrantup.com/)
-
-## Using 
-
-cookiecutter https://gogs.mague.com/Shokunin/cookiecutter-ansible-role.git 

+ 1 - 2
cookiecutter.json

@@ -2,6 +2,5 @@
   "full_name": "Chris Mague",
   "full_name": "Chris Mague",
   "email": "github@mague.com",
   "email": "github@mague.com",
   "short_description": "description goes here",
   "short_description": "description goes here",
-  "module_name": "test",
-  "date": ""
+  "module_name": "test"
 }
 }

+ 1 - 1
{{cookiecutter.module_name}}/README.md → terraform-modules-{{cookiecutter.module_name}}/README.md

@@ -14,4 +14,4 @@ LICENSE: 3-clause BSD license.
 `cd {{ cookiecutter.module_name }} && vagrant up`
 `cd {{ cookiecutter.module_name }} && vagrant up`
 
 
 
 
-{{ cookiecutter.generated }}
+{{ cookiecutter.extra_context }}