Skip to content

Commit

Permalink
[CHORE] change id to aws ami
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent 35879f0 commit 207a473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ resource "aws_autoscaling_group" "autoscaling_group" {
force_delete = true

launch_template {
id = aws_launch_template.asg.id
id = var.ami
version = "$Latest"
}

Expand Down

0 comments on commit 207a473

Please sign in to comment.