From 3dfecc50d96e793bff580e5f4ad84ca7a0f0d731 Mon Sep 17 00:00:00 2001 From: Shashi Kant Date: Tue, 11 Jun 2024 12:41:22 +0530 Subject: [PATCH] fixing archivefile --- scripts/create-tf-zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-tf-zip.sh b/scripts/create-tf-zip.sh index 8787899..a90fc24 100755 --- a/scripts/create-tf-zip.sh +++ b/scripts/create-tf-zip.sh @@ -16,7 +16,7 @@ done depends_on="$depends_on]" archive_file="data \"archive_file\" \"tailcall\" { \n depends_on = $depends_on \n type = \"zip\" \n source_dir = \"config\" \n output_path = \"tailcall.zip\"\n }" -echo "\n$archive_file\n" >> /aws/tailcall.tf +printf "\n$archive_file\n" >> /aws/tailcall.tf echo "tailcall.tf" cat /aws/tailcall.tf