We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10bc36 commit dfd36a0Copy full SHA for dfd36a0
modules/user-group/variables.tf
@@ -23,7 +23,7 @@ variable "create_group" {
23
variable "engine" {
24
description = "The current supported value is `REDIS`"
25
type = string
26
- default = "REDIS"
+ default = "redis"
27
}
28
29
variable "user_group_id" {
0 commit comments