The Github repository terraform-up-and-running-code contains the code samples for the excellent book Terraform: Up & Running by Yevgeniy Brikman. Unfortunately all examples use Amazon Web Services (AWS). Terraform also supports other Cloud providers and this repository aims to translate the code samples of Yevgeniy Brikman's book to Google Cloud Platform and Microsoft Azure. In the future, other providers may be added.
- The
gcloud
folder contains code for Google Cloud Platform. - The
azure
folder contains code for Microsoft Azure. - The
aws/
folder contains the terraform-up-and-running-code repository as a Git submodule for convenience.
The directory layouts mirrors the layout of the terraform-up-and-running-code repository. All code samples have been translated to mirror the original functionality as closely as possible. Any differences are noted in README files. Code samples that don't require any translation have symlinked.
This project is currently in the PLANNING stage.