Skip to content

Commit

Permalink
fix for gcloud cli
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Jun 18, 2024
1 parent cd4040a commit edd97b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edd97b1

Please sign in to comment.