From 6575e1a0b7220a34906b664d8d06cf976b114b7e Mon Sep 17 00:00:00 2001 From: MOHAMMED-ho Date: Fri, 25 Oct 2024 12:23:38 +0100 Subject: [PATCH] adding cloudfront and ES dashbaords (#6) adding new dashboards adding new dashboards adding new dashboards adding new dashboards adding new dashboards adding new dashboards adding new dashboards adding new dashboards --- variables.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/variables.tf b/variables.tf index 1977ddb..831910e 100644 --- a/variables.tf +++ b/variables.tf @@ -12,7 +12,7 @@ variable "s3_shared" { type = string } variable "s3_preset" { - type = string + type = bool } variable "rds_dashbaord_name" { type = string @@ -24,7 +24,7 @@ variable "rds_shared" { type = string } variable "rds_preset" { - type = string + type = bool } variable "mks_dashbaord_name" { type = string @@ -36,7 +36,7 @@ variable "mks_shared" { type = string } variable "mks_preset" { - type = string + type = bool } variable "cloudfront_dashbaord_name" { type = string @@ -48,7 +48,7 @@ variable "cloudfront_shared" { type = string } variable "cloudfront_preset" { - type = string + type = bool } variable "elasticsearch_dashbaord_name" { type = string @@ -60,7 +60,7 @@ variable "elasticsearch_shared" { type = string } variable "elasticsearch_preset" { - type = string + type = bool }