You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create outputs for the LB logging S3 bucket (#22)
* Create outputs for the LB logging s3 bucket
* add new line
Co-authored-by: Julian Nonino <jnonino@users.noreply.github.com>
Co-authored-by: Julian Nonino <jnonino@users.noreply.github.com>
fix: Fix random race-condition in bucket policy (#11)
There are cases when `block_s3_bucket_public_access`
variable is `true` and Terraform tries to apply both policies at same
time:
- `aws_s3_bucket_policy.lb_logs_access_policy`
- `aws_s3_bucket_public_access_block.lb_logs_block_public_access`