Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SlideRuleEarth/sliderule
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Aug 22, 2024
2 parents 4297b7b + 82ff748 commit 3694cdd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ resource "aws_autoscaling_group" "sliderule-cluster" {
vpc_zone_identifier = [ aws_subnet.sliderule-subnet.id ]

launch_template {
launch_template_specification {
launch_template_id = "${aws_launch_template.sliderule_template.id}"
}
id = aws_launch_template.sliderule_template.id
version = "$Latest"
}

tag {
Expand Down

0 comments on commit 3694cdd

Please sign in to comment.