Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2024
1 parent bfd10f6 commit 0d4f8e3
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
Expand Up @@ -13,8 +13,8 @@ module "s3-bucket" {
providers = {
aws.bucket-replication = aws.bucket-replication
}
bucket_prefix = "${var.application_name}-lb-access-logs"
bucket_policy = [data.aws_iam_policy_document.bucket_policy[0].json]
bucket_prefix = "${var.application_name}-lb-access-logs"
bucket_policy = [data.aws_iam_policy_document.bucket_policy[0].json]
replication_enabled = false
versioning_enabled = var.s3_versioning
force_destroy = var.force_destroy_bucket
Expand Down

0 comments on commit 0d4f8e3

Please sign in to comment.