We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5923ba commit bd9236bCopy full SHA for bd9236b
infrastructure/dogfood/terraform/aws-tf-module/free.tf
@@ -53,7 +53,7 @@ module "free" {
53
cluster_name = local.customer_free
54
}
55
fleet_config = {
56
- image = "fleetdm/fleet:v4.40.0"
+ image = local.fleet_image
57
family = local.customer_free
58
security_group_name = local.customer_free
59
awslogs = {
@@ -130,4 +130,4 @@ module "migrations_free" {
130
task_definition_revision = module.free.byo-db.byo-ecs.task_definition.revision
131
subnets = module.free.byo-db.byo-ecs.service.network_configuration[0].subnets
132
security_groups = module.free.byo-db.byo-ecs.service.network_configuration[0].security_groups
133
-}
+}
0 commit comments