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...
Sep 13, 20214 min read616
