|
@@ -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
|
|
|