Skip to content

Commit

Permalink
ran terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank0202 committed Aug 9, 2024
1 parent 8c47e59 commit d372a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
enabled = module.this.enabled
partition = join("", data.aws_partition.current[*].partition)
enabled = module.this.enabled
partition = join("", data.aws_partition.current[*].partition)
directory_bucket_name = "${local.bucket_name}-${var.availability_zone_id}"

object_lock_enabled = local.enabled && var.object_lock_configuration != null
Expand Down

0 comments on commit d372a4b

Please sign in to comment.