Closed simon-swanson-leapyear closed 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.
curl
wget
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 ofcurl
beforewget
.