Mikaeel Khalidblog.mikaeels.com·Jan 11, 2023What is Terraform?Terraform is a popular open-source infrastructure as code (IAC) tool that enables developers to provision, manage, and version their infrastructure resources in a predictable and automated manner. With Terraform, you can define your infrastructure us...40 readsTerraformTf
Asherasherl.com·Jul 20, 2022CI/CD for Infrastructure as CodeI created what I vision a ready to deploy CI/CD solution for Infrastructure as a Code. This diagram also compose of branches convention that you can use when developing. There are three environments in our pipeline: DEV, UAT and PROD.Terraform
Asherasherl.com·Apr 11, 2022Terraform in Azure: Simple VNETEnd State Terraform Code: https://github.com/asher-lab/asherl/tree/main/terraform/azure/Sample1-BasicVnet Description Under resource group named: ASHERL-US-DEV-rg Utilizes concept of module and reusable variables. This terraform code created the ...Terraform