Let's Learn: Terraform
What is Terraform?
Terraform is an Infrastructure Automation tool.
It is Open Source and Vendor Agnostic.
It is a Single binary compiled from Go.
It follows Declarative syntax.
It uses HashiCorp Configuration Language(HCL) or JSON.
Deployment is pus...
blog.kubesimplify.com7 min read
Jasmeet Singh
A Cut Above
A comprehensive overview of what terraform is and what all one needs to know to get started with terraform. Would be great if you could add a section about terraform modules to this blog. Thanks.