Browsed by
Month: September 2021

Terraform or Terragrunt modules from another repository in Azure DevOps

Terraform or Terragrunt modules from another repository in Azure DevOps

Azure DevOps (AZDO) is pretty tool, but sometimes it can be a huge pain in the ass. One painful topic is git operations. I use Terraform and Terragrunt very often to manage multiple environments so using modules is a must. To achieve stability, I am maintaining modules in separate repository with git tags. Loading external modules is same for Terraform and for Terragrunt, it uses same syntax and same commands under the hood. I am executing Terraform/Terragrunt within CICD pipelines,…

Read More Read More