Skip to content

Force a new deployment of the autoscaling group when changes are made to the launch config

Chelsea Gille requested to merge increase-resources into master
  • Force a new deployment of the autoscaling group when changes are made to the launch config

This config will ensure that a new instance is deployed using the new launch config, and the old instance will be terminated after the new instance is running successfully. Based on solution found by Jared here: https://groups.google.com/g/terraform-tool/c/7Gdhv1OAc80/m/iNQ93riiLwAJ?pli=1

@interop/ipt

Edited by Chelsea Gille

Merge request reports