Skip to content

Commit

Permalink
For real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Jul 26, 2023
1 parent b21930e commit a6d7e5d
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 @@ -187,7 +187,7 @@ locals {
{
"cpu" : 1,
"essential" : true,
"image" : "${data.aws_ecr_repository.lpa_pgbouncer.repository_url}:${var.container_version}",
"image" : "${data.aws_ecr_repository.lpa_pgbouncer.repository_url}:34c63f1",
"name" : "pgbouncer",
"mountPoints" : [],
"healthCheck" : {
Expand Down

0 comments on commit a6d7e5d

Please sign in to comment.