Releases: DNXLabs/terraform-aws-ecs
Releases · DNXLabs/terraform-aws-ecs
4.9.0
ENHANCEMENTS
- Allowing any number of instance types on ASG
NOTE:
This release is to fix the last version nomenclature released in 4.8.2.
4.8.2
4.8.1
4.8.0
ENHANCEMENTS
- Capacity provider feature
4.7.0
4.6.1
4.6.0
FEATURES
- Replace account alias to terraform variable.
Why:
- When an account doesn't have alias, you will get a error.
4.5.0
4.4.0
Currently, the aws_lb_listener is provisioned using the default SSL policy "ELBSecurityPolicy-2016-08"
for HTTPS Listeners. Adding this var we can select the desired policy, but it still setting "ELBSecurityPolicy-2016-08"
as the default policy.
variable "alb_ssl_policy" {
default = "ELBSecurityPolicy-2016-08"
description = "Select a SSL policy for the ALB Listener"
}