From bd9236b70587c284f1271dfc00528af0c7ca0bf5 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:52:51 -0600 Subject: [PATCH] Dogfood free fix (#15327) This allows the image specified to also update the free deployment when using the github action. --- infrastructure/dogfood/terraform/aws-tf-module/free.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/free.tf b/infrastructure/dogfood/terraform/aws-tf-module/free.tf index a162ee0523..68aebe0177 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/free.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/free.tf @@ -53,7 +53,7 @@ module "free" { cluster_name = local.customer_free } fleet_config = { - image = "fleetdm/fleet:v4.40.0" + image = local.fleet_image family = local.customer_free security_group_name = local.customer_free awslogs = { @@ -130,4 +130,4 @@ module "migrations_free" { task_definition_revision = module.free.byo-db.byo-ecs.task_definition.revision subnets = module.free.byo-db.byo-ecs.service.network_configuration[0].subnets security_groups = module.free.byo-db.byo-ecs.service.network_configuration[0].security_groups -} \ No newline at end of file +}