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

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

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

Last synced: 5 months 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'
```