Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benoitvallon/infrastructure-with-terraform

Code sample based on the terraform started guide
https://github.com/benoitvallon/infrastructure-with-terraform

Last synced: 10 days ago
JSON representation

Code sample based on the terraform started guide

Awesome Lists containing this project

README

        

infrastructure-with-terraform
=============================

Code sample based on the terraform started guide

Launch the cli with variables defined in the config
=============================

```
$ terraform plan \
-var 'access_key=foo' \
-var 'secret_key=bar'
```