From 0f20740eece07cd8f77df6c6bb99dc6e1797f9f6 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Thu, 25 May 2017 09:06:48 -0600 Subject: [PATCH] Update README.md for Terraform/AWS environments Update the README.md for Terraform/AWS environments to include a brief description of the new `simple-module` directory Signed-off-by: Scott Lowe --- terraform/aws/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/aws/README.md b/terraform/aws/README.md index f0ba8dc..86783f0 100644 --- a/terraform/aws/README.md +++ b/terraform/aws/README.md @@ -12,6 +12,8 @@ This directory contains a number of subdirectories with example configurations i * **simple-ec2**: This directory contains a simple Terraform configuration for spinning up an Ubuntu 14.04 EC2 instance in an account's default VPC. +* **simple-module**: This directory contains a very simple example of using a Terraform module for more reusable code blocks. + ## Prerequisites These instructions assume you've already installed Terraform and that you have access to a valid AWS account. Installing Terraform and/or working with AWS accounts are not covered in any of these materials.