You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to allow us to apply autoscaling policies (#1)
* Adding outputs and removing desired_capacity
removing desired capacity based on the note here https://www.terraform.io/docs/providers/aws/r/autoscaling_policy.html
This is in preperation of attaching autoscaling policies to the ASG. The
desired capacity will either be set by the ASG, *OR* by to the min level
of the ASG
* ADDING README
* Removing desired_capacity
* Adding tg name to outputs
* README and Cleanup
* Adding CODEOWNERS FILE