Skip to content

Releases: telia-oss/terraform-aws-asg

v4.0.0

01 Apr 11:48
3a47217
Compare
Choose a tag to compare

Upgraded to support Terraform >=0.14

v3.3.1

23 Nov 22:54
b3e1502
Compare
Choose a tag to compare

Fixed interpolation only expressions warning on terraform >= 12 versions. Thanks @kurtmc!

v3.3.0

03 Nov 20:15
68b15cf
Compare
Choose a tag to compare

v3.2.0

19 Aug 06:23
5b00449
Compare
Choose a tag to compare
  • Exposed user_data_base64 variable.
  • Added support for gzipped user data in tests.

v3.1.0

31 Jul 14:29
140bc61
Compare
Choose a tag to compare

Tags will now be added to the IAM Role created for the instance profile.

v3.0.1

23 Jul 12:32
5dad7d5
Compare
Choose a tag to compare

Use /v3 import path internally.

v3.0.0

23 Jul 11:25
3e166d4
Compare
Choose a tag to compare

Added support for go modules v2+ to allow pinning test suite.

v2.2.1

23 Jul 10:47
62378d4
Compare
Choose a tag to compare
  • Fixed instance_policy default to be valid JSON 😓
  • Changed the go tests to allow partial validation of user_data.

v2.2.0

22 Jul 13:16
078ff46
Compare
Choose a tag to compare

Added back default value for instance_policy to solve issues around calculating count.

v2.1.0

21 Jul 21:47
62a7946
Compare
Choose a tag to compare
  • Refactored/renamed and added terratest for examples.
  • Replaced Makefile with Taskfile.yml.