Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j7m4 committed Feb 10, 2025
1 parent 3e34444 commit 71cfab8
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 @@ -288,7 +288,7 @@ module "wandb" {
kmsKey = var.bucket_kms_key_arn
} : {}
defaultBucket = {
proVider = "S3"
provider = "s3"
name = module.file_storage.bucket_name
region = module.file_storage.bucket_region
kmsKey = module.kms.key.arn
Expand Down

0 comments on commit 71cfab8

Please sign in to comment.