Skip to content

Commit 004b605

Browse files
authored
Fix typo in variable description (#881)
1 parent 5cc1f4d commit 004b605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/modules/service/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ variable "file_upload_jobs" {
8383
8484
["python", "etl.py", "<object_key>"]
8585
86-
Then if an object was uploaded tos3://somebucket/path/to/file.txt, the
86+
Then if an object was uploaded to s3://somebucket/path/to/file.txt, the
8787
task will execute the command:
8888
8989
python etl.py path/to/file.txt

0 commit comments

Comments
 (0)