add slash at end of path

This commit is contained in:
Daniel Roth 2026-03-11 17:06:33 +00:00
parent c7d0a45107
commit 296166d568

View file

@ -77,7 +77,7 @@ module "fastapi" {
name = "fastapi"
stage = var.stage
source_dir = "${path.root}/../../../.."
source_dir = "${path.root}/../../../../"
handler = "backend.app.main.handler"
runtime = "python3.11"
timeout = 600