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 8c17449 commit cc59443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ setup_terraform() {
TERRAFORM_VERSION="${TERRAFORM_VERSION:1}"
wget -O terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
unzip terraform.zip && rm terraform.zip
ls
mv ./*/terraform /usr/local/bin/terraform
}

Expand Down

0 comments on commit cc59443

Please sign in to comment.