mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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 <scott.lowe@scottlowe.org>
This commit is contained in:
parent
23f55bbdcc
commit
0f20740eec
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue