Skip to content

Commit

Permalink
Merge pull request #339 from ministryofjustice/DSOS-2838/enable-auto-…
Browse files Browse the repository at this point in the history
…instance-refresh

DSOS-2838: instance refresh fix
  • Loading branch information
dms1981 authored Jun 6, 2024
2 parents e1a6044 + 7aafc2d commit 7174e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource "aws_autoscaling_group" "this" {

launch_template {
id = aws_launch_template.this.id
version = "$Default"
version = aws_launch_template.this.latest_version
}

dynamic "initial_lifecycle_hook" {
Expand Down

0 comments on commit 7174e58

Please sign in to comment.