Skip to content

Commit

Permalink
nope.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Jul 26, 2023
1 parent a6d7e5d commit a166638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environment/modules/environment/ecs_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ locals {
"cpu" : 1,
"essential" : true,
"readonlyRootFilesystem" : true,
"image" : "${data.aws_ecr_repository.lpa_api_app.repository_url}:${var.container_version}",
"image" : "${data.aws_ecr_repository.lpa_api_app.repository_url}:34c63f1",
"name" : "app",
"mountPoints" : [
{
Expand Down

0 comments on commit a166638

Please sign in to comment.