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 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.96.1
3+ rev : v1.99.5
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_docs
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ No modules.
9696| <a name =" input_create_group " ></a > [ create\_ group] ( #input\_ create\_ group ) | Determines whether a user group will be created | ` bool ` | ` true ` | no |
9797| <a name =" input_default_user " ></a > [ default\_ user] ( #input\_ default\_ user ) | A map of default user attributes | ` any ` | ` {} ` | no |
9898| <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 |
100100| <a name =" input_tags " ></a > [ tags] ( #input\_ tags ) | A map of tags to add to all resources | ` map(string) ` | ` {} ` | no |
101101| <a name =" input_user_group_id " ></a > [ user\_ group\_ id] ( #input\_ user\_ group\_ id ) | The ID of the user group | ` string ` | ` "" ` | no |
102102| <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" {
2323variable "engine" {
2424 description = " The current supported value is `REDIS`"
2525 type = string
26- default = " REDIS "
26+ default = " redis "
2727}
2828
2929variable "user_group_id" {
You can’t perform that action at this time.
0 commit comments