From 65c178e3c2fdb60405184b1819d60bb3019e2e03 Mon Sep 17 00:00:00 2001 From: "kai [they]" Date: Mon, 24 Feb 2025 17:54:47 -0800 Subject: [PATCH] Typo --- infra/modules/service/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/modules/service/variables.tf b/infra/modules/service/variables.tf index 8e333feb..59931de0 100644 --- a/infra/modules/service/variables.tf +++ b/infra/modules/service/variables.tf @@ -83,7 +83,7 @@ variable "file_upload_jobs" { ["python", "etl.py", ""] - Then if an object was uploaded tos3://somebucket/path/to/file.txt, the + Then if an object was uploaded to s3://somebucket/path/to/file.txt, the task will execute the command: python etl.py path/to/file.txt