Skip to content

Commit

Permalink
removing extra protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
nimeshgarg committed Jun 2, 2024
1 parent 8165ea0 commit 683f92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_ecs_task_definition" "brewbucks-frontend" {
"environment": [
{
"name": "VITE_BASE_URL",
"value": "http://${aws_lb.brewbucks.dns_name}"
"value": "${aws_lb.brewbucks.dns_name}"
}
],
"logConfiguration": {
Expand Down

0 comments on commit 683f92c

Please sign in to comment.