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
- Host: GitHub
- URL: https://github.com/benoitvallon/infrastructure-with-terraform
- Owner: benoitvallon
- Created: 2014-12-11T08:46:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T21:54:34.000Z (over 11 years ago)
- Last Synced: 2025-06-08T23:36:00.124Z (about 1 year ago)
- Size: 137 KB
- Stars: 0
- Watchers: 2
- 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'
```