What IS Terraform?

Terraform is an infrastructure as code (IaC) tool that allows you to build, edit, and version infrastructure in a safe and efficient manner. This includes both low-level components such as computing instances, storage, and networking and high-level components such as DNS entries and SaaS services.

5 core benefits of DevOps
  • Improved collaboration:
  • Version history
  • Consistency:
  • Reusability
  • Portable across cloud providers
What does a DevOps do?

Terraform creates and manages resources on cloud platforms and other services through their application programming interfaces (APIs). Providers enable Terraform to work with virtually any platform or service with an accessible API.