File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.96.1
3
+ rev : v1.99.5
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_docs
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ No modules.
96
96
| <a name =" input_create_group " ></a > [ create\_ group] ( #input\_ create\_ group ) | Determines whether a user group will be created | ` bool ` | ` true ` | no |
97
97
| <a name =" input_default_user " ></a > [ default\_ user] ( #input\_ default\_ user ) | A map of default user attributes | ` any ` | ` {} ` | no |
98
98
| <a name =" input_default_user_id " ></a > [ default\_ user\_ id] ( #input\_ default\_ user\_ id ) | The ID of the default user | ` string ` | ` "default" ` | no |
99
- | <a name =" input_engine " ></a > [ engine] ( #input\_ engine ) | The current supported value is ` REDIS ` | ` string ` | ` "REDIS " ` | no |
99
+ | <a name =" input_engine " ></a > [ engine] ( #input\_ engine ) | The current supported value is ` REDIS ` | ` string ` | ` "redis " ` | no |
100
100
| <a name =" input_tags " ></a > [ tags] ( #input\_ tags ) | A map of tags to add to all resources | ` map(string) ` | ` {} ` | no |
101
101
| <a name =" input_user_group_id " ></a > [ user\_ group\_ id] ( #input\_ user\_ group\_ id ) | The ID of the user group | ` string ` | ` "" ` | no |
102
102
| <a name =" input_users " ></a > [ users] ( #input\_ users ) | A map of users to create | ` any ` | ` {} ` | no |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ variable "create_group" {
23
23
variable "engine" {
24
24
description = " The current supported value is `REDIS`"
25
25
type = string
26
- default = " REDIS "
26
+ default = " redis "
27
27
}
28
28
29
29
variable "user_group_id" {
You can’t perform that action at this time.
0 commit comments