Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
Code sample based on the terraform started guide
- Host: GitHub
- URL: https://github.com/benoitvallon/infrastructure-with-terraform
- Owner: benoitvallon
- Created: 2014-12-11T08:46:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T21:54:34.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T09:11:03.744Z (about 1 month ago)
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```