terraform-up-and-running
terraform-up-and-running copied to clipboard
This is the website for the book "Terraform: Up and Running" by Yevgeniy Brikman
Terraform: Up and Running
This is the website for the book Terraform: Up and Running by Yevgeniy Brikman.
Quick start
Using Docker
-
git clone
this repo -
docker-compose up
- Go to
http://localhost:4000
to test
Without Docker
- Make sure you have Ruby and Jekyll installed
-
git clone
this repo - Just the first time:
bundle install
- To build the site and serve it:
bundle exec jekyll serve
- To test:
http://localhost:4000
See the Jekyll and GitHub Pages documentation for more info.
Technologies
- Built with Jekyll. This website is completely static.
- Hosted on GitHub Pages. I'm using the GitHub Pages Gem and only Jekyll plugins that are available on GitHub Pages.
- Free SSL and CDN provided by CloudFlare.
- I used Basscss, Sass, Font Awesome Icons, and Google Fonts for styling.
- I used jQuery and lazySizes for behavior.
- I'm using UptimeRobot and Google Analytics for monitoring and metrics.
License
This code is released under the MIT License. See LICENSE.txt.