Dogfood free fix (#15327)

This allows the image specified to also update the free deployment when
using the github action.
This commit is contained in:
Robert Fairburn 2023-11-27 16:52:51 -06:00 committed by GitHub
parent f5923ba422
commit bd9236b705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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