Skip to content

Releases: cn-terraform/terraform-aws-ecs-alb

1.0.16

06 Mar 20:38
23cf2f6
Compare
Choose a tag to compare
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

02 Mar 21:16
9f4d07f
Compare
Choose a tag to compare
Update AWS provider to version 4 (#21)

1.0.14

02 Mar 20:41
e29d54b
Compare
Choose a tag to compare
  • Enable Sever Side Encryption for S3 bucket by @justinsoong

1.0.13

12 Feb 23:09
Compare
Choose a tag to compare
Update AWS privider

1.0.12

01 Nov 11:05
Compare
Choose a tag to compare
Update networking module module

1.0.11

22 Oct 08:22
6a3e41c
Compare
Choose a tag to compare
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`

1.0.10

16 Aug 10:40
Compare
Choose a tag to compare
Fixing formatting issues

1.0.9

03 Jun 13:52
effb61b
Compare
Choose a tag to compare
[ADD] Optional tags (#9)

1.0.8

24 Dec 14:18
cd85d6a
Compare
Choose a tag to compare
Refactor code (#7)

* Refactor code

* Fixing error

1.0.7

16 Dec 15:07
6ece05c
Compare
Choose a tag to compare
feat: Add S3 bucket public access block (#5)