DeployHubProject / DeployHub-Pro

DeployHub Pro Pipeline Status Project
https://www.openmakesoftware.com/application-release-automation-for-continuous-delivery/
Other
11 stars 4 forks source link

terraform binary as part of reverse-proxy image #286

Closed piyush94 closed 4 years ago

piyush94 commented 4 years ago
curl -skL -X GET https://releases.hashicorp.com/terraform/0.12.17/terraform_0.12.17_linux_amd64.zip -o terraform_0.12.17_linux_amd64.zip
unzip -q terraform_0.12.17_linux_amd64.zip
chmod +x terraform
mv terraform /usr/local/bin/

CC: @svisagan83

sbtaylor15 commented 4 years ago

@piyush94 - terraform cli has been added to both the base server and rproxy.

CC: @svisagan83