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 +}