Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.18 KB

File metadata and controls

23 lines (18 loc) · 1.18 KB

'Terraform: Up & Running' code samples translated

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 other providers.

  • The gcloud/ folder contains code for Google Cloud Platform.
  • The aws/ folder contains the terraform-up-and-running-code repository as a Git submodule for convenience.

The directory layouts aims to mirror the layout of the terraform-up-and-running-code repository. All code samples have been translated to represent the original functionality as closely as possible. Any differences are noted in README files. Code samples that don't require any translation have been symlinked.

This project is work in progress

Markus Juenemann, 25-May-2017