Skip to content

Commit

Permalink
merging app if operator alb is disabld
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Jan 10, 2024
1 parent efb58d8 commit 9c65e2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@ module "wandb" {
}
}

app = var.enable_operator_alb ? null : {
extraEnv = {
"GORILLA_GLUE_LIST" = "true"
}
}

mysql = { install = false }
redis = { install = false }

Expand Down

0 comments on commit 9c65e2a

Please sign in to comment.