From 7987680ec91e58dd830bb92fcdcbe8a650c64a77 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Fri, 13 Dec 2024 15:36:39 -0800 Subject: [PATCH] Update ECS Agent version to 1.89.2 --- variables.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 018634a..cc06856 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -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" { @@ -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 = {} -} \ No newline at end of file +}