File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,19 +125,19 @@ variable "enable_redis_mtls" {
125
125
variable "redis_client_key_secret_id" {
126
126
type = string
127
127
description = " The secrets manager secret ID of the Base64 & PEM encoded private key for redis."
128
- default = false
128
+ default = null
129
129
}
130
130
131
131
variable "redis_client_certificate_secret_id" {
132
132
type = string
133
133
description = " The secrets manager secret ID of the Base64 & PEM encoded certificate for redis."
134
- default = false
134
+ default = null
135
135
}
136
136
137
137
variable "redis_ca_certificate_secret_id" {
138
138
type = string
139
139
description = " The secrets manager secret ID of the Base64 & PEM encoded certificate for redis."
140
- default = false
140
+ default = null
141
141
}
142
142
143
143
variable "redis_cache_size" {
You can’t perform that action at this time.
0 commit comments