Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brikis98/terraform-up-and-running-code
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
https://github.com/brikis98/terraform-up-and-running-code
book samples terraform
Last synced: about 1 month ago
JSON representation
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
- Host: GitHub
- URL: https://github.com/brikis98/terraform-up-and-running-code
- Owner: brikis98
- License: mit
- Created: 2016-11-14T13:24:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T20:26:16.000Z (11 months ago)
- Last Synced: 2024-09-27T18:41:31.074Z (about 1 month ago)
- Topics: book, samples, terraform
- Language: HCL
- Homepage: http://www.terraformupandrunning.com/
- Size: 546 KB
- Stars: 2,889
- Watchers: 152
- Forks: 1,924
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - brikis98/terraform-up-and-running-code - Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman (HCL)
README
# Terraform: Up & Running Code
This repo contains the code samples for the book *[Terraform: Up and Running](http://www.terraformupandrunning.com)*,
by [Yevgeniy Brikman](http://www.ybrikman.com).## Looking for the 1st, 2nd, or 3rd edition?
*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:* [1st-edition branch](https://github.com/brikis98/terraform-up-and-running-code/tree/1st-edition).
* [2nd-edition branch](https://github.com/brikis98/terraform-up-and-running-code/tree/2nd-edition).
* [3rd-edition branch](https://github.com/brikis98/terraform-up-and-running-code/tree/3rd-edition).## Quick start
All the code is in the [code](/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](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](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](/code/terraform) folder.For instructions on running the code, please consult the README in each folder, and, of course, the
*[Terraform: Up and Running](http://www.terraformupandrunning.com)* book.## License
This code is released under the MIT License. See LICENSE.txt.