Releases: terraform-aws-modules/terraform-aws-autoscaling
Releases · terraform-aws-modules/terraform-aws-autoscaling
v6.5.1
6.5.1 (2022-06-21)
Bug Fixes
- Updating license_specification block to be correct (#196) (07887ea)
v6.5.0
6.5.0 (2022-06-03)
Features
- Add support for IAM role and isntance profile creation (#194) (2a9983f)
v6.4.0
6.4.0 (2022-05-16)
Features
- Add support for ASG
maintenance_options
and LT instance_requirements
(#193) (1d1d3c0)
v6.3.0
6.3.0 (2022-04-05)
Features
- Add outputs for launch template name and default version (#191) (e329ad4)
v6.2.0
6.2.0 (2022-04-04)
Features
- Add separate autoscaling group tag variable, correct variable name for
availability_zones
to match resource spec (#189) (a7e5746)
v6.1.0
6.1.0 (2022-04-03)
Features
- Improved support for EFA network interfaces (#188) (f9f06ae)
v6.0.0
6.0.0 (2022-04-03)
⚠ BREAKING CHANGES
- Update provider to
v4.x
, add new attributes from v4.x
, change user_data_base64
to user_data
(#186)
Features
- Update provider to
v4.x
, add new attributes from v4.x
, change user_data_base64
to user_data
(#186) (8e2e285)
v5.2.0
5.2.0 (2022-03-12)
Features
- Made it clear that we stand with Ukraine (eecd4f8)
v5.1.1
5.1.1 (2022-02-15)
Bug Fixes
- Update syntax to be more concise using
try()
to replace verbose lookups to see if a value is provided or not (#180) (4cf8df1)
v5.1.0
5.1.0 (2022-02-14)
Features
- Remove launch configuration support, add support for ignoring
desired_capacity
(#173) (300379d)