Intro and Pratical of Terraform

— — — — — -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. — — — — — -

Terraform is HashiCorp’s infrastructure as a code tool. It lets you define resources and infrastructure in human-readable, declarative configuration files and manages your infrastructure’s lifecycle.

In Simple Way, It allows you to build and provision using HanshiCorp Configuration Language (HCL)

Using Terraform has several advantages over manually managing your infrastructure:

Website

Tags: Intro Pratical