Skip to content

Commit

Permalink
need an image_id of format ami-xxxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Oct 23, 2024
1 parent 2eed4cc commit a0b7d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ module "autoscaling" {
name = "${local.name}-${each.key}"

# Replace with our storefront image
image_id = data.aws_ecr_image.service_image.id
image_id = data.aws_ecr_image.service_image.image_uri
instance_type = each.value.instance_type

security_groups = [module.autoscaling_sg.security_group_id]
Expand Down

0 comments on commit a0b7d2f

Please sign in to comment.