Skip to content

Commit 45bae5f

Browse files
committed
[NDR-108] reverting white space changes
1 parent 835ce73 commit 45bae5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ resource "aws_s3_bucket_acl" "ndr_lock_bucket_acl" {
3030
bucket = aws_s3_bucket.ndr_lock_bucket.id
3131
acl = "private"
3232
depends_on = [aws_s3_bucket_ownership_controls.s3_bucket_acl_ownership]
33+
3334
}
3435

3536
resource "aws_s3_bucket_ownership_controls" "s3_bucket_acl_ownership" {
@@ -44,6 +45,7 @@ resource "aws_s3_bucket_versioning" "ndr_s3_state" {
4445
versioning_configuration {
4546
status = "Enabled"
4647
}
48+
4749
}
4850
resource "aws_s3_bucket_server_side_encryption_configuration" "example" {
4951
bucket = aws_s3_bucket.ndr_lock_bucket.id

0 commit comments

Comments
 (0)