UKHO / terraform-azure-make

Docker container for Azure Pipelines with Terraform, Azure CLI and Make
MIT License
1 stars 0 forks source link

adding git to the mix #1

Closed elduddz closed 5 years ago

elduddz commented 5 years ago

trying to fix errors we are getting on remote modules in terraform:

Error: Failed to download module

Could not download module "ModuleName" (api.tf:1) source code from
"github.com/[ORGNAME]/tfmodules/[ModuleName]": error downloading
'https://github.com/[ORGNAME]/tfmodules.git': git must be available and on
the PATH

I going off this example https://www.liquidweb.com/kb/install-git-ubuntu-16-04-lts/