This repo contains the code samples for the book Terraform: Up and Running, by Yevgeniy Brikman.
Terraform: Up & Running is now on its 3rd edition; all the code in master
is for this edition. If you're looking
for code examples for other editions, please see the following branches:
All the code is in the code folder. The code examples are organized first by the tool or language and then by chapter. For example, if you're looking at an example of Terraform code in Chapter 2, you'll find it in the code/terraform/02-intro-to-terraform-syntax folder; if you're looking at an OPA (Rego) example in Chapter 9, you'll find it in the code/opa/09-testing-terraform-code folder.
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.
This code is released under the MIT License. See LICENSE.txt.