From 3d8c1016af9e2c0d4df608922792016932bfbdb2 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Thu, 3 Aug 2017 13:12:05 +0000 Subject: [PATCH] typo '=' removed for variable rds-mysql_basic --- inputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs.tf b/inputs.tf index 9023a2c..f712f80 100644 --- a/inputs.tf +++ b/inputs.tf @@ -12,6 +12,6 @@ variable "dd_custom_cpu" { } } -variable = "rds-mysql_basic" { +variable "rds-mysql_basic" { default = "disabled" }