Skip to content

Commit 53ac7dd

Browse files
committed
docs: Updated examples for ALB/NLB logs
1 parent f3c8386 commit 53ac7dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ module "s3_bucket_for_logs" {
6161
# Allow deletion of non-empty bucket
6262
force_destroy = true
6363
64-
attach_lb_log_delivery_policy = true
64+
attach_elb_log_delivery_policy = true # Required for ALB logs
65+
attach_lb_log_delivery_policy = true # Required for ALB/NLB logs
6566
}
6667
```
6768

0 commit comments

Comments
 (0)