Getting started with terraform on azure - Part 1
Sunshine coast .Net user group meeting. Topic - Getting started with terraform on Azure.
Sunshine coast .Net user group meeting. Topic - Getting started with terraform on Azure.
Sunshine coast .Net user group meeting. Topic - Getting started with terraform on Azure.
Terraform is an open source tool created by HashiCorp to define infrastructure as cod using a simple, declarative language called HCL. Terraform is used to deploy and manage infrastructure across a variety of cloud providers & virtualization platforms. It can be used to deploy infrastructure to all major cloud providers such as Azure, AWS, Digital ocean, and virtualization platforms such as VMware, Open stack, and others.
This post is a follow up on the Terraform 101 sessions for the Sunshine Coast dotnet user group. The slides and the code from the session are below. Slides Terraform 101 from Pradeep Loganathan ...
Infrastructure as code (IaC) is the process of provisioning and managing your infrastructure resources through definition files or code.