diff --git a/examples/aws-rds/variables.tf b/examples/aws-rds/variables.tf index 9a006f0a8b..ad3156b1be 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" {