Releases: telia-oss/terraform-aws-asg
Releases · telia-oss/terraform-aws-asg
v4.0.0
Upgraded to support Terraform >=0.14
v3.3.1
Fixed interpolation only expressions warning on terraform >= 12 versions. Thanks @kurtmc!
v3.2.0
- Exposed
user_data_base64
variable.
- Added support for gzipped user data in tests.
v3.1.0
Tags will now be added to the IAM Role created for the instance profile.
v3.0.1
Use /v3
import path internally.
v3.0.0
Added support for go modules v2+ to allow pinning test suite.
v2.2.1
- Fixed
instance_policy
default to be valid JSON 😓
- Changed the go tests to allow partial validation of
user_data
.
v2.2.0
Added back default value for instance_policy
to solve issues around calculating count
.
v2.1.0
- Refactored/renamed and added terratest for examples.
- Replaced
Makefile
with Taskfile.yml
.