Create EC2 instance using Terraform
Terraform code is written in a language called HCL in files with the extension .tf. It is a
declarative language, so your goal is to describe the infrastructure you want, and
Terraform will figure out how to create it. Terraform can create infrastruc...
rahullokurte.com4 min read