Skip to content

Commit

Permalink
printing tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 18, 2024
1 parent b57830d commit 1b2e296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ deploy() {
awk -v workspace="\"$TERRAFORM_WORKSPACE\"" "{sub(/var.TERRAFORM_WORKSPACE/,workspace)}1" /tmp/temp1.tf > /tmp/temp2.tf
awk -v boot_strap_path="$BOOTSTRAP_PATH" "{sub(/BOOTSTRAP_PATH/,workspace)}1" /tmp/temp2.tf > /tmp/temp3.tf
mv /tmp/temp3.tf tailcall.tf
echo "config: $(cat tailcall.tf)"
terraform init
echo "List: $(find /app -type f)"
TF_LOG=DEBUG terraform apply -auto-approve
Expand Down

0 comments on commit 1b2e296

Please sign in to comment.