Repository for Terraform by Example
Terraform by Example is a introduction to Terraform using example configuration files to manage resources in Google Cloud, Amazon Web Services, etc.
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.
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.
This project is inspired by Go by Example.
Feel free to open an issue and we'll happily help you out.