Skip to content

Commit

Permalink
bump image for working api
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 14, 2024
1 parent 690e03f commit 27273c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform-incubator/home-unite-us/dev/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ resource "aws_iam_policy" "ecs_shell_dev" {
})
}

# via aws ecs execute-command --cluster incubator-prod --container homeuniteus --task bea9b5813b5f42db8191b723ab9e6d9c --command /bin/bash --interactive
# enables:
# aws ecs execute-command --cluster incubator-prod --container homeuniteus --task bea9b5813b5f42db8191b723ab9e6d9c --command /bin/bash --interactive
resource "aws_iam_role_policy_attachment" "ecs_shell_dev" {
role = data.aws_iam_role.ecs_task.name
policy_arn = aws_iam_policy.ecs_shell_dev.arn
Expand All @@ -39,7 +40,7 @@ resource "aws_ecs_task_definition" "homeuniteus" {
"value" = "DEV"
}]
essential = true
image = "035866691871.dkr.ecr.us-west-2.amazonaws.com/homeuniteus:app-20241013.1"
image = "035866691871.dkr.ecr.us-west-2.amazonaws.com/homeuniteus:app-20241013.7"
logConfiguration = {
logDriver = "awslogs"
options = {
Expand Down

0 comments on commit 27273c1

Please sign in to comment.