Skip to content

Commit

Permalink
fixing archivefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 11, 2024
1 parent 99a8b99 commit 3dfecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-tf-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3dfecc5

Please sign in to comment.