Skip to content

Commit

Permalink
fix logs if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
qemanuel committed Nov 27, 2023
1 parent b199fe2 commit a07d90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ locals {
"awslogs-group": "/ecs/${var.environment}/${var.ecs_cluster_name}",
"awslogs-region": data.aws_region.current.name,
"awslogs-stream-prefix": var.release_name
} : null
}
}
} : null
}]
}

0 comments on commit a07d90c

Please sign in to comment.