DEV Community

Discussion on: Connect Terraform to Azure DevOps Git Repos over SSH

Collapse
 
jonasthehobbit profile image
Jamie Jonas

important to note (this drove me a touch insane!)
when referencing a subfolder within your repo use //
example:
git::git@ssh.dev.azure.com:v3/Org/Project/repo//your/folder

Collapse
 
pwd9000 profile image
Marcel.L

Nice tip @jonasthehobbit ❤️