From 793ae1ab5e8e7b649daa6075d51470d48385680c Mon Sep 17 00:00:00 2001 From: David Ficociello Date: Wed, 13 Sep 2017 09:31:22 -0400 Subject: [PATCH] fixed typo with variables --- bootstrapping/aws/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrapping/aws/variables.tf b/bootstrapping/aws/variables.tf index 2604672..338be02 100644 --- a/bootstrapping/aws/variables.tf +++ b/bootstrapping/aws/variables.tf @@ -2,11 +2,11 @@ variable "user" { default = "ec2-user" } -variables "db_user" { +variable "db_user" { default = "estate" } -variables "db_password" { +variable "db_password" { default = "toomanysecrets" }