Skip to content

Commit

Permalink
fmt update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan meeks committed Dec 18, 2024
1 parent 4443c7e commit fd087f5
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 @@ -47,6 +47,6 @@ resource "helm_release" "wandb" {
}

locals {
helm_release_wandb = one(helm_release.wandb[*])
helm_release_wandb = one(helm_release.wandb[*])
helm_release_operator = one(helm_release.operator[*])
}

0 comments on commit fd087f5

Please sign in to comment.