Terraform Basics: Installation and EC2 Instance Provisioning
<p>Terraform is an <strong>open-source</strong> tool that <strong>helps implement IaC</strong>.</p>
<p>It allows you to <strong><em>write code </em></strong>in a specific language called <strong>HashiCorp Configuration Language</strong> (HCL) to describe the desired state of your infrastructure.</p>
<blockquote>
<p>When you run Terraform, it <strong>reads your code and interacts</strong> with various cloud providers (like AWS, Azure, or GCP) to create or modify the resources based on your code’s instructions. Terraform automates the provisioning and management of your infrastructure, ensuring that it matches the defined state in your code.</p>
</blockquote>
<p><a href="https://keentolearn.medium.com/terraform-basics-installation-and-ec2-instance-provisioning-643495d0c101"><strong>Read More</strong></a></p>