Skip to content

Commit

Permalink
more redis config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
j7m4 committed Feb 11, 2025
1 parent 3f17b0e commit e753e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ module "wandb" {

redis = var.use_external_redis ? {
password = ""
host = var.external_redis_host
port = var.external_redis_port
caCert = ""
host = var.external_redis_host
port = var.external_redis_port
caCert = ""
params = {
tls = false
ttlInSeconds = 0
Expand Down

0 comments on commit e753e16

Please sign in to comment.