Skip to content

Commit

Permalink
Set ECS container endpoint
Browse files Browse the repository at this point in the history
image: `828936781852.dkr.ecr.ap-northeast-1.amazonaws.com/wordpress:latest`
  • Loading branch information
takano32 committed Feb 21, 2024
1 parent 7bae71d commit 65f4644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fargate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ resource "aws_ecs_task_definition" "this" {
}
],
"essential": true,
"image": "410869614410.dkr.ecr.${data.aws_region.current.name}.amazonaws.com/wp:latest",
"image": "828936781852.dkr.ecr.ap-northeast-1.amazonaws.com/wordpress:latest",
"name": "wordpress",
"portMappings": [
{
Expand Down

0 comments on commit 65f4644

Please sign in to comment.