Skip to content

Commit

Permalink
removed unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 16, 2024
1 parent 3e05ca2 commit f6bda6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/modules/services/backend-service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resource "aws_ecs_task_definition" "backend" {
},
{
"name" : "LOG_LEVEL",
"value" : "var.log_level"
"value" : var.log_level
},
{
"name" : "APP_ENV",
Expand Down

0 comments on commit f6bda6f

Please sign in to comment.