Skip to content

Commit

Permalink
use {}
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Dec 17, 2024
1 parent 5c7173c commit 9f5997d
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 @@ -275,7 +275,7 @@ module "wandb" {
path = var.bucket_path
region = data.aws_s3_bucket.file_storage.region
kmsKey = var.bucket_kms_key_arn
} : null
} : {}
defaultBucket = {
provider = "s3"
name = module.file_storage.bucket_name
Expand Down

0 comments on commit 9f5997d

Please sign in to comment.