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 ad7c626 commit e84830c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,11 @@ module "wandb" {
}

redis = var.use_external_redis ? {
host = var.external_redis_host
port = var.external_redis_port
} : {
host = var.external_redis_host
port = var.external_redis_port
caCert = ""
params = {}
} : {
password = ""
host = ""
port = "6379"
Expand Down

0 comments on commit e84830c

Please sign in to comment.