Releases: tbobm/terraform-aws-ecs
Releases · tbobm/terraform-aws-ecs
v1.1.0
14 Nov 18:40
Compare
Sorry, something went wrong.
No results found
1.1.0 (2021-11-14)
Features
taskdef: allow to use external ECS task def (4912325 ), closes #10
v1.0.0
14 Nov 15:06
Compare
Sorry, something went wrong.
No results found
1.0.0 (2021-11-14)
Code Refactoring
vars: replace vpc with networking (c1ea17f )
Features
lb: add support for access_logs (ccd4c0a )
lb: add support for subnet_mapping (310659a )
lb: improve loadblanacer variabilization (766f975 )
BREAKING CHANGES
vars: var.vpc is now var.networking.
The type has changed from any to object with a
vpc_id (string) and subnet_ids (list(string))
attributes.
Signed-off-by: Theo Bob Massard [email protected]
v0.1.0
13 Nov 16:20
Compare
Sorry, something went wrong.
No results found
0.1.0 (2021-11-13)
Features
addons: bootstrap toggle + implement ALB (70f41cc ), closes #2
addons: toggle ECR addon (3bf494d ), closes #2
addons: toggle IAM on and off (0af6f60 ), closes #2
v0.0.2
13 Nov 15:02
Compare
Sorry, something went wrong.
No results found
0.0.2 (2021-11-13)
Bug Fixes
provider: do not declare aws provider (60c8ea3 )