Releases: masterpointio/terraform-aws-ssm-agent
Releases · masterpointio/terraform-aws-ssm-agent
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
1.2.1: Fix EC2 Default Instance Type & Architecture to be Compatible
What's Changed
Full Changelog: 1.2.0...1.2.1
1.2.0 Upgrade to AL2023 from AL2
What's Changed
Full Changelog: 1.1.0...1.2.0
1.1.0: Add outbound IPV6 support
1.0.0: First 1.0 + breaking changes around variables
What's Changed
- feat: roll instances + modify ASG sizes + add aqua by @Gowiem in #20
- Breaking Changes:
- Removes the
instance_count
variable and uses the actualdesired_capacity
,min_size
,max_size
variables - Requires AWS Provider 5.0+
- Updates module to roll existing ASG instances when the launch template is updated (AMI, user-data, whatever)
- Removes the
Full Changelog: 0.17.1...1.0.0