Skip to content

Commit

Permalink
CCL-902: change variable from string to bool (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Babatunde Kassim <[email protected]>
  • Loading branch information
babatundekassim-ho authored Nov 5, 2024
1 parent 63ac9cb commit e323263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ variable "elasticache_dashbaord_name" {
}

variable "elasticache_preset" {
type = string
type = bool
}

0 comments on commit e323263

Please sign in to comment.