Commit 53ac7dd3 authored by Anton Babenko's avatar Anton Babenko

docs: Updated examples for ALB/NLB logs

parent f3c83862
...@@ -61,7 +61,8 @@ module "s3_bucket_for_logs" { ...@@ -61,7 +61,8 @@ module "s3_bucket_for_logs" {
# Allow deletion of non-empty bucket # Allow deletion of non-empty bucket
force_destroy = true force_destroy = true
attach_lb_log_delivery_policy = true attach_elb_log_delivery_policy = true # Required for ALB logs
attach_lb_log_delivery_policy = true # Required for ALB/NLB logs
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment