From 80dbf3ba76c568a4f9c384578b284f397cfea2bb Mon Sep 17 00:00:00 2001 From: Sathiya Shunmugasundaram Date: Mon, 15 Jun 2015 21:56:08 -0400 Subject: [PATCH] Typo correction --- examples/aws-rds/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-rds/variables.tf b/examples/aws-rds/variables.tf index 9a006f0a8..ad3156b1b 100644 --- a/examples/aws-rds/variables.tf +++ b/examples/aws-rds/variables.tf @@ -1,6 +1,6 @@ variable "identifier" { default = "mydb-rds" - description = "Idnetifier for your DB" + description = "Identifier for your DB" } variable "storage" {