An open API service indexing awesome lists of open source software.

https://github.com/dgapitts/vagrant-c7-terraform-docker


https://github.com/dgapitts/vagrant-c7-terraform-docker

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

## vagrant-c7-terraform-docker

### Intro and Setup

Running terraform with aws provider in a centos7 VM
* Run vagrant up
* Following [Hashicorp Training - terraform - docker](https://learn.hashicorp.com/collections/terraform/docker-get-started) training

### Exercises

I've added
* [Demo000 quick start demo](docs/Demo000-quick-start-demo.md)

this is summary / quick overview, of the hashicorp setup and exercises, which I step through in Demo 01 ot Demo 06:
* [Demo001 terraform docker-get-started](docs/Demo001-terraform-docker-get-started.md)
* [Demo002 switch nginx port via terraform](docs/Demo002-switch-nginx-port-via-terraform.md)
* [Demo003 terraform destroy](docs/Demo003-terraform-detroy.md)
* [Demo004 define input variables](docs/Demo004-Define-Input-Variables.md)
* [Demo005 query data with outputs](docs/Demo005-Demo004-Query-Data-with-Outputs.md)
* [Demo006 terraform destroy auto-approve.md](docs/Demo006-terraform-destroy-auto-approve.md)

### Other

* [Cannot connect to the Docker daemon and extra alias for docker.service](docs/Other001-docker-daemon-and-extra-alias.md)
* [Strange tcp looker errors](docs/Other002-strange-tcp-issues.md)