Skip to content

Commit

Permalink
ls recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 19, 2024
1 parent 1f7a47e commit 67f4386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ deploy() {
awk -v org="\"$TERRAFORM_ORG\"" "{sub(/var.TERRAFORM_ORG/,org)}1" /aws/tailcall.tf > /tmp/temp1.tf
awk -v workspace="\"$TERRAFORM_WORKSPACE\"" "{sub(/var.TERRAFORM_WORKSPACE/,workspace)}1" /tmp/temp1.tf > /tmp/temp2.tf
mv /tmp/temp2.tf tailcall.tf
echo "config: $(cat tailcall.tf)"
echo "list: $(ls -R)"
terraform init
echo "List: $(find /app -type f)"
TF_LOG=DEBUG terraform apply -auto-approve
Expand Down

0 comments on commit 67f4386

Please sign in to comment.