piedro / Terraform-Up-and-Running-Code-Samples-Translated

Code samples of the book "Terraform: Up and Running" translated to other providers than AWS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'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

About

Code samples of the book "Terraform: Up and Running" translated to other providers than AWS.

License:MIT License


Languages

Language:HCL 98.6%Language:Shell 1.4%