Skip to content

Commit

Permalink
env for api call
Browse files Browse the repository at this point in the history
  • Loading branch information
nimeshgarg committed Jun 2, 2024
1 parent 27fec05 commit 1c1b042
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ resource "aws_ecs_task_definition" "brewbucks-frontend" {
"hostPort": 80
}
],
"environment": [
{
"name": "BASE_URL",
"value": "http://${aws_lb.brewbucks.dns_name}"
}
],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
Expand Down

0 comments on commit 1c1b042

Please sign in to comment.