Explain the Terraform Commands
Terraform is an open-source infrastructure as code (IaC) tool used for building, changing, and versioning infrastructure safely and efficiently. It allows you to define your infrastructure in code using a declarative configuration language, then Terraform manages the provisioning and orchestration of resources across various cloud providers or on-premises environments.
Here are some common Terraform commands:
the above commands are used by devops engineers on daily basis.