Skip to content

shaik-badsha/terraform-up-and-running-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform: Up & Running Labs

This repo is the Elephant Scale's fork that we use for training. It is based on the one by Yevgeniy Brikman, as below.

This repo contains the code samples for the book Terraform: Up and Running, 2nd edition, by Yevgeniy Brikman.

Labs

All labs are in the labs folder. There are accompanying slides explaning what to do in the labs, inquire at Elephant Scale :)

Quick start

All the code is in the code folder. It is organized by language (terraform, bash, ruby, etc) and within each language, by chapter. Since this code comes from a book about Terraform, the vast majority of the code consists of Terraform examples in the code/terraform folder.

For instructions on running the code, please consult the README in each folder, and, of course, the Terraform: Up and Running book.

More examples

The example code in Terraform: Up and Running are mostly for Amazon Web Services (AWS). There is a project underway to translate these examples to their equivalents on other cloud providers, such as Google Cloud and Azure, here: https://github.com/mjuenema/Terraform-Up-and-Running-Code-Samples-Translated/.

License

This code is released under the MIT License. See LICENSE.txt.

To maintain this repo by pulling from the upstream, do this

git pull https://github.com/brikis98/terraform-up-and-running-code.git master

About

Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 82.0%
  • Go 9.6%
  • Ruby 7.3%
  • Shell 1.1%