Skip to content

Commit dfd36a0

Browse files
committed
fix: change engine default value to lowercse redis to avoid Terraform warning
Signed-off-by: armin-x86 <[email protected]>
1 parent d10bc36 commit dfd36a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/user-group/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "create_group" {
2323
variable "engine" {
2424
description = "The current supported value is `REDIS`"
2525
type = string
26-
default = "REDIS"
26+
default = "redis"
2727
}
2828

2929
variable "user_group_id" {

0 commit comments

Comments
 (0)