Terraform by example
Last updated Aug 25, 2025
34
Stars
5
Forks
6
Issues
0
Stars/day
Attention Score
6
Language breakdown
HTML 44.3%
SCSS 44.2%
JavaScript 11.5%
▸ Files
click to expand
README
Terraform by Example
Repository for Terraform by Example
Overview
Terraform by Example is a introduction to Terraform using example configuration files to manage resources in Google Cloud, Amazon Web Services, etc.
Building
To build the site you'll need Go and Hugo installed. Run:
$ hugo server -D
To see the site locally:
open http://127.0.0.1:1313/ in your browser.
Publishing
To publish a new version of the site we simply push a tag to the remote repository.
$ git push origin <tag_name>
The release workflow will publish the new version of the site to S3 and invalidate the CloudFront distribution.
Inspiration
This project is inspired by Go by Example.
FAQ
The examples are not working; what do I do?
Feel free to open an issue and we'll happily help you out.
🔗 More in this category