Definition

This tool helps users define and store resource information within their system infrastructure through code files. Terraform is an open source tool that allows you to define Infrastructure as Code - IaC with a variety of cloud providers for example: Alibaba Cloud, AWS, Azure... Terraform helps you to manage your system by code and automate the deployment of infrastructure your floor. You can use Terraform to manage resources such as servers, networks, databases, and other resources of different cloud providers.

  • Cross-platform cloud resource management.

  • Manage different versions of infrastructure.

  • Manage dependencies between resources.

  • Automate deployment and infrastructure updates.

Terraform uses HCL (HashiCorp Configuration Language) to define your infrastructure and can be used to manage infrastructure across various cloud providers.

Last updated