Skip to content

Commit 87b335b

Browse files
committed
fmt
1 parent 474e43b commit 87b335b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/runtime_container_engine_config/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,13 @@ variable "redis_sentinel_leader_name" {
235235
variable "redis_sentinel_user" {
236236
type = string
237237
description = "Redis sentinel user. Leave blank to not use a user when authenticating to redis sentinel. Defaults to \"\" if no value is given."
238-
default = null
238+
default = null
239239
}
240240

241241
variable "redis_sentinel_password" {
242242
type = string
243243
description = "Redis senitnel password."
244-
default = null
244+
default = null
245245
}
246246

247247
variable "run_pipeline_image" {

0 commit comments

Comments
 (0)