Tag: Infra Provisioning
DevOps Classroom Series – Infra provisioning 31/Dec/2019
Terraform Workspaces
Terraform Backends
Azure Resource Manager Parameters
Using Parameters in ARM Templates What is Parameter In ARM Template parameter is the value that is provider which cannot be computed or worked out by azure (eg names of resources) Basic Parameter Syntax Using Parameters To use the Parameters we would use the same example referred in creating basic arm template which is here… Continue reading Azure Resource Manager Parameters
Introduction to Packer
What is Packer? Packer is a tool to create identical/similar machines for multiple platforms from a single source configuration Installing Packer Official Installation Windows Mac Linux Install unzip: ubuntu RedHat Install Packer: Download latest version from here Set Packer environment Add the following line to /etc/environment at the end of the file Activate the PATH… Continue reading Introduction to Packer
