Skip to content

Commit

Permalink
Update ECS Agent version to 1.89.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Dec 13, 2024
1 parent 845d445 commit 7987680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ variable "block_device_size_gb" {
variable "ecs_agent_version" {
type = string
description = "ECS agent version to build AMI with."
default = "1.89.1"
default = "1.89.2"
}

variable "ecs_init_rev" {
Expand Down Expand Up @@ -267,4 +267,4 @@ variable "run_tags" {
type = map(string)
description = "Tags to apply to resources (key-pair, SG, IAM, snapshot, interfaces and instance) used when building the AMI."
default = {}
}
}

0 comments on commit 7987680

Please sign in to comment.