From f0acc149476c88b045ade9807909a640e9031ae4 Mon Sep 17 00:00:00 2001 From: Sathiya Shunmugasundaram Date: Mon, 15 Jun 2015 19:46:40 -0400 Subject: [PATCH] Update README.md --- 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 1a2915f70..dfc8e3746 100644 --- a/examples/aws-rds/README.md +++ b/examples/aws-rds/README.md @@ -1,4 +1,4 @@ -## Creating an RDS insatnce in AWS +## 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. @@ -14,4 +14,4 @@ Several paraneters are externalized, review the different variables.tf files and Once ready run 'terraform plan' to review. At the minimum, provide the vpc_id as input variable. -Once satisfied with plan, run 'terraform apply' \ No newline at end of file +Once satisfied with plan, run 'terraform apply'