Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ghannay10 committed Mar 26, 2024
1 parent da7cac9 commit ee924a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "ecs" {
project_name = var.project_name
image_tag = var.image_tag
prefix = "i-dot-ai"
ecr_repository_uri = module.ecr_front_end.ecr_repository_url
ecr_repository_uri = module.ecr.ecr_repository_url
ecs_cluster_id = data.terraform_remote_state.platform.outputs.ecs_cluster_id
health_check = {
healthy_threshold = 3
Expand Down

0 comments on commit ee924a7

Please sign in to comment.