Skip to content

Commit

Permalink
adding debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 23, 2024
1 parent 5a90479 commit e49f350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ setup_terraform() {
TERRAFORM_VERSION=$(get_latest_version hashicorp terraform)
wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
unzip /tmp/terraform.zip -d /tmp && rm /tmp/terraform.zip
ls /tmp
mv /tmp/*/terraform /aws/terraform
ls /aws
chmod +x /aws/terraform
}

Expand Down

0 comments on commit e49f350

Please sign in to comment.