Skip to content

Instantly share code, notes, and snippets.

View ChrisCarrAu's full-sized avatar
🌎
Focusing

Chris Carr ChrisCarrAu

🌎
Focusing
View GitHub Profile
@cdennig
cdennig / azure-pipeline-with-keyvault.yaml
Last active March 20, 2023 15:07
Azure DevOps Terraform with KeyVault + Service Connection
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
variables:
- group: kvintegratedvargroup
steps: