From aced88681f088afbb4be1b8992c1b37d2b4d99b2 Mon Sep 17 00:00:00 2001 From: Nick Laferriere Date: Sun, 12 Jul 2015 14:02:26 -0400 Subject: [PATCH] final typo for example docs --- examples/aws-rds/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aws-rds/README.md b/examples/aws-rds/README.md index dfc8e3746..79e9ebd02 100644 --- a/examples/aws-rds/README.md +++ b/examples/aws-rds/README.md @@ -1,12 +1,12 @@ ## Creating an RDS instance in AWS -This example provides sample configuration for creating a mysql or postgres insatnce. For Oracle/SQL Servers, replace default values with appropriate values, they are not included in sample since the number of options are high. +This example provides sample configuration for creating a mysql or postgres instance. For Oracle/SQL Servers, replace default values with appropriate values, they are not included in sample since the number of options are high. The example creates db subnet groups and a VPC security group as inputs to the instance creation For AWS provider, set up your AWS environment as outlined in https://www.terraform.io/docs/providers/aws/index.html -If you need to use existing security groups and subnets, remove the sg.tf and subnets.tf files and replace the corresponidng sections in main.tf under aws_db_instance +If you need to use existing security groups and subnets, remove the sg.tf and subnets.tf files and replace the corresponding sections in main.tf under aws_db_instance Pass the password variable through your ENV variable.