Skip to content

Commit a6181a0

Browse files
committed
update bucket name
1 parent 7dd159e commit a6181a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/buckets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ resource "aws_s3_bucket" "logs_bucket" {
171171
}
172172
}
173173

174-
resource "aws_s3_bucket_public_access_block" "bucket" {
174+
resource "aws_s3_bucket_public_access_block" "logs_bucket" {
175175
bucket = aws_s3_bucket.logs_bucket.id
176176

177177
block_public_acls = true

0 commit comments

Comments
 (0)