Archives for June, 2021
Production Terraform
Single NON PROD Environment or MULTIPLE, SEPARATE ( DEV TEST STAGING ) Environments? Also read Multi developer Terraform and Reusable Modules in Terraform One of the common questions that arises…
Deep Monitoring – Vulnerability Management on GCP VMs
First, let us distinguish between Image Protection and Instance Protection. Instance Protection - Protection of a running instance GCP Shielded VMs - Vulnerability Management built in Image Protection -…
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…
tfplan sentinel policies in Terraform
Terrform policies fall into three broad categories - tfplan based, tfconfig based and tfstate based policies. This post discusses a couple of common tfplan based policies. A simple tfplan sentinel…