Terraform is an excellent Infrastructure-as-Code (IaC) tool based on Hashicorp Configuration Language (HCL). Compared to JSON or YAML based declarative templates (e.g. CloudFormation and ARM),…
In broad terms, virtualization of computing resource is about isolation of resources, at different levels. There are five levels of virtualization: In my context I…