Releases: cn-terraform/terraform-aws-ecs-alb
Releases · cn-terraform/terraform-aws-ecs-alb
1.0.16
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 <[email protected]> Co-authored-by: Julian Nonino <[email protected]>
1.0.15
1.0.14
Enable Sever Side Encryption for S3 bucket
by @justinsoong
1.0.13
1.0.12
1.0.11
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`