* fix: restores `var.ec2_use_default_subnet` but make it optional 14.0.0 ===== * feat: (BREAKING) simplifies the handling of tags for volume, with a single variable `volume_tags` instead of 2. * feat: (BREAKING) simplifies the handling of name for volume, with a single variable `volume_name` instead of 2. * fix: makes EC2 name use "incremental" value when it is set * fix: makes EC2 key pair name use "incremental" value when it is set 13.0.0 ====== * feat: removes `var.ec2_use_default_subnet` as it is not needed anymore in recent Terraform 12.0.0 ====== * feat: adds `var.autoscaling_group_protect_from_scale_in` for ASGs * feat: adds `var.autoscaling_group_capacity_rebalance` for ASGs * maintenance (BREAKING): bumps Terraform required version to 0.15.0 * chore: bump pre-commit hooks to fix jenkins test * doc: updates LICENSE * test: cleanup examples * test: be more resilient to parallel builds if multiple subnets exists in the default VPC