Skip to content

Commit

Permalink
Format tf files
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwinrmrrr committed Oct 4, 2024
1 parent 99d938b commit 5290915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/S3-Account/s3_account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_s3_bucket_ownership_controls" "s3_bucket_ownership_controls" {
}

resource "aws_s3_bucket_acl" "bucket_acl" {
depends_on = [aws_s3_bucket_ownership_controls.s3_bucket_ownership_controls ]
depends_on = [aws_s3_bucket_ownership_controls.s3_bucket_ownership_controls]

bucket = aws_s3_bucket.s3_bucket.id
acl = var.acl
Expand Down

0 comments on commit 5290915

Please sign in to comment.