Skip to content

Commit

Permalink
Update ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuchalla authored Sep 19, 2024
1 parent 6c3651e commit e273ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/prod/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ resource "aws_ecs_task_definition" "app" {
},
{
name = "POSTGRES_DB",
value = "drupal_cc"
value = "drupal_cdq"
},
{
name = "OPENSHIFT_BUILD_NAME",
Expand Down

0 comments on commit e273ec8

Please sign in to comment.