Archives for CICD Pipelines
Workspaces in TerraforM
workspaces allow you to manage multiple environments or configurations within a single Terraform configuration directory. Each workspace maintains its own state file, enabling you to isolate environments such as development,…
How many Pipelines?
Also read How many Non Prod Environments should you have? The TWO most commonly implemented ones would be the managed infrastructure services pipeline (or just infra pipeline) and the app…
Terraform Landing Zones
Where does Terraform fit in? Terraform modules can be common to any CI CD pipeline (whether Azure Devops or gitops). One typically starts with a baseline module - sometimes called…
Azure Devops versus Gitops
Azure Devops has tooling for the entire CI CD pipeline and also the Agile management of the delivery. Azure Boards, Azure Repos and Azure Credentialing is what will be part…