Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Dec 16, 2024
1 parent 0675399 commit e1e7157
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 @@ -278,7 +278,7 @@ module "wandb" {
defaultBucket = {
provider = "gcs"
name = module.storage.bucket_name
path = ""
path = var.bucket_path
}

mysql = {
Expand Down

0 comments on commit e1e7157

Please sign in to comment.