Intro and Pratical of Terraform

<p>&mdash; &mdash; &mdash; &mdash; &mdash; -The Infrastructure as Code (IaC) tools allow you to manage infrastructure with configuration files rather than through a graphical user interface. IaC allows you to build and manage your infra in a safe, consistent, and repeatable way by defining resource configurations that you can reuse and share with different providers. &mdash; &mdash; &mdash; &mdash; &mdash; -</p> <p>Terraform is HashiCorp&rsquo;s infrastructure as a code tool. It lets you define resources and infrastructure in human-readable, declarative configuration files and manages your infrastructure&rsquo;s lifecycle.</p> <p><strong>In Simple Way,</strong>&nbsp;It allows you to build and provision using HanshiCorp Configuration Language (HCL)</p> <p>Using Terraform has several advantages over manually managing your infrastructure:</p> <p><a href="https://medium.com/@mynameischandangupta1/intro-and-pratical-of-terraform-59a1d83a1393"><strong>Website</strong></a></p>
Tags: Intro Pratical