Skip to content

Commit

Permalink
fix: pass cloudprovider value to the helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Jul 9, 2024
1 parent 001cfe5 commit 5f59c0e
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 @@ -260,7 +260,7 @@ module "wandb" {
global = {
host = local.url
license = var.license

cloudProvider = "aws"
extraEnv = var.other_wandb_env

bucket = {
Expand Down

0 comments on commit 5f59c0e

Please sign in to comment.