ljfranklin / terraform-resource

A concourse resource to create infrastructure via Terraform
MIT License
185 stars 85 forks source link

Add curl to images #161

Closed simon-swanson-leapyear closed 3 years ago

simon-swanson-leapyear commented 3 years ago

From https://github.com/ljfranklin/terraform-resource/issues/159.

curl is a super valuable tool to have available for debugging and execution, as certain Terraform modules assume the tool is available on the system. wget is less common on systems and most tools assume the existence of curl before wget.