diff --git a/main.tf b/main.tf index 95e74516..1ec99281 100644 --- a/main.tf +++ b/main.tf @@ -377,7 +377,7 @@ resource "time_sleep" "wait_seconds" { ## In order to support private link required min version 0.13.0 of operator-wandb chart module "private_link" { - count = var.create_private_link ? 0 : 1 + count = var.create_private_link ? 1 : 0 source = "./modules/private_link" namespace = var.namespace network = local.network