Skip to content

Commit

Permalink
fix with terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Jan 16, 2022
1 parent d8ed69d commit d32c180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "test" {
kms_master_key_id = aws_kms_key.test.id
sse_algorithm = "aws:kms"
}
bucket_key_enabled = %[2]t
bucket_key_enabled = %[2]t
}
}
`, rName, enabled)
Expand Down

0 comments on commit d32c180

Please sign in to comment.