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