From 1aab7c55b78bd81dd87f7fc73d6cacd5ddbadf6c Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Wed, 16 Nov 2016 03:09:25 +0000 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf06817d..2d951fc3 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,14 @@ This repo contains the code samples for the book *[Terraform: Up and Running](http://www.terraformupandrunning.com)* by [Yevgeniy Brikman](http://www.ybrikman.com). -## Status +## Quick start -Code coming shortly! +All the code is in the [code](/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](/code/terraform). + +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