Skip to content

mmourick/terraformbyexample

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.3%
  • SCSS 44.2%
  • JavaScript 11.5%