Skip to content

Commit

Permalink
Update variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Jul 11, 2024
1 parent 7cdfb31 commit 6d09f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/stage.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
create_elasticache_cluster = true
2 changes: 1 addition & 1 deletion infrastructure/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d09f36

Please sign in to comment.