From e3232635a86ac6fa560c30f0284cffc7131c57a7 Mon Sep 17 00:00:00 2001 From: babatundekassim-ho Date: Tue, 5 Nov 2024 10:29:30 +0000 Subject: [PATCH] CCL-902: change variable from string to bool (#11) Signed-off-by: Babatunde Kassim --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 2df38bb..0023f1b 100644 --- a/variables.tf +++ b/variables.tf @@ -75,5 +75,5 @@ variable "elasticache_dashbaord_name" { } variable "elasticache_preset" { - type = string + type = bool }