Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.23 KB

Terragrunt Installer for Azure Dev Ops

What is Terragrunt?

Terragrunt is a thin wrapper for terraform, you can read more about it here:

This extension installs terragrunt AzureDevops build agents, can be used in both build and release pipelines. There is currently no corresponding command task, all terragrunt commands will have to be run from a generic bash, cmd or powershell task.

Testing locally

Make sure node and typescript are installed, navigate to installTerragrunt & run

npm install
tsc
mocha tests/_suite.js

Publishing

Make sure the tfx-cli is installed:

npm install -g tfx-cli

Bundle it (make sure to bump the version in vss-extension.json first):

tfx extension create --manifest-globs vss-extension.json

Then upload teh vsix file to AzDO Marketplace.

More docs

Troubleshooting

This task was created by following this article, if your having trouble getting started try following the setup steps before posting an issue.