Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Staggerlee011/6575146b3b71d09b1c1f57dac84885e1 to your computer and use it in GitHub Desktop.
Save Staggerlee011/6575146b3b71d09b1c1f57dac84885e1 to your computer and use it in GitHub Desktop.
Azure DevOps - Build - Calling a template in a folder
resources:
repositories:
- repository: templates #Name of repo
type: git
name: templates
jobs:
- template: terraform/azureterraform.yml@templates # Name of folder (Terraform in the example) and name of file (azureterraform.yml in the example)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment