From 48439bdf625a33e34efe64a0b977e0f73ab877ae Mon Sep 17 00:00:00 2001 From: Warren Konkel Date: Thu, 22 Oct 2015 15:48:25 -0700 Subject: [PATCH] typo --- examples/aws-rds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-rds/README.md b/examples/aws-rds/README.md index 79e9ebd02..5af928c39 100644 --- a/examples/aws-rds/README.md +++ b/examples/aws-rds/README.md @@ -10,7 +10,7 @@ If you need to use existing security groups and subnets, remove the sg.tf and su Pass the password variable through your ENV variable. -Several paraneters are externalized, review the different variables.tf files and change them to fit your needs. Carefully review the CIDR blocks, egress/ingress rules, availability zones that are very specific to your account. +Several parameters are externalized, review the different variables.tf files and change them to fit your needs. Carefully review the CIDR blocks, egress/ingress rules, availability zones that are very specific to your account. Once ready run 'terraform plan' to review. At the minimum, provide the vpc_id as input variable.