Skip to content

Commit

Permalink
fix: Pass cloudprovider value to the helm charts (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella authored Jul 11, 2024
1 parent b616fbd commit 0606602
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 @@ -237,7 +237,7 @@ module "wandb" {
global = {
host = local.url
license = var.license

cloudProvider = "azure"
bucket = var.external_bucket == null ? {
provider = "az"
name = local.storage_account
Expand Down

0 comments on commit 0606602

Please sign in to comment.