Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Robinson <patrick.robinson@bertelsmann.de>
  • Loading branch information
autarchprinceps committed Feb 10, 2025
1 parent d24e8df commit ab21ec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metrics-stream.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ resource "aws_kinesis_firehose_delivery_stream" "opswatch" {

resource "aws_s3_bucket" "opswatch_error" {}

resource "aws_s3_bucket_acl" "opswatch_error" {
bucket = aws_s3_bucket.opswatch_error.id
acl = "private"
}
# resource "aws_s3_bucket_acl" "opswatch_error" {
# bucket = aws_s3_bucket.opswatch_error.id
# acl = "private"
# }

resource "aws_s3_bucket_server_side_encryption_configuration" "opswatch_error" {
bucket = aws_s3_bucket.opswatch_error.id
Expand Down

0 comments on commit ab21ec0

Please sign in to comment.