Skip to content

Commit

Permalink
adding debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 9, 2024
1 parent 635ddf1 commit be7dfd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ deploy() {
if [ "$PROVIDER" = "aws" ]; then
# todo: handle name collisions
cd /
LIST=$(ls /app)
echo "List: $LIST"
setup_terraform
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
Expand Down

0 comments on commit be7dfd9

Please sign in to comment.