From 6d09f36b72c0c9111248bf0998365fc7f9b34f21 Mon Sep 17 00:00:00 2001 From: cduhn17 Date: Thu, 11 Jul 2024 07:23:10 -0500 Subject: [PATCH] Update variable names --- infrastructure/stage.tfvars | 2 +- infrastructure/vars.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/stage.tfvars b/infrastructure/stage.tfvars index 35ceb6d2..7bc16d92 100644 --- a/infrastructure/stage.tfvars +++ b/infrastructure/stage.tfvars @@ -104,4 +104,4 @@ ssm_redshift_host = "/crossfeed/staging/REDSHIFT_HOST" ssm_redshift_database = "/crossfeed/staging/REDSHIFT_DATABASE" ssm_redshift_user = "/crossfeed/staging/REDSHIFT_USER" ssm_redshift_password = "/crossfeed/staging/REDSHIFT_PASSWORD" -create_elastcache_cluster = true \ No newline at end of file +create_elasticache_cluster = true \ No newline at end of file diff --git a/infrastructure/vars.tf b/infrastructure/vars.tf index 5f4e3097..36cf07b7 100644 --- a/infrastructure/vars.tf +++ b/infrastructure/vars.tf @@ -657,7 +657,7 @@ variable "ssm_redshift_password" { default = "/crossfeed/staging/REDSHIFT_PASSWORD" } -variable "create_elastcache_cluster" { +variable "create_elasticache_cluster" { description = "Whether to create a elasticache cluster." type = bool default = false