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