The Basics of Terraform and HCL
Terraform’s workflow is simple, consisting of four main steps. These steps allow you to define, preview, apply, and clean up your infrastructure in a predictable and manageable way:
Write: You define the desired state of your infrastructure using Terraform configuration files written in HCL (HashiCorp Configuration Language). These files describe the res…
Keep reading with a 7-day free trial
Subscribe to Pods & Pixels to keep reading this post and get 7 days of free access to the full post archives.