Skip to content

ni/terragrunt-azure-dev-ops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.9%
  • JavaScript 20.1%