From the course: Automating Kubernetes with GitOps

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Exploring Terraform

Exploring Terraform

- Let's explore the different Terraform components. So Terraform exists as a free open source solution, as well as a paid commercial solution. It can be used to deploy IaC on any platform that has an addressable API, and it's mainly used in cloud. To work with Terraform, you'll need to install the Terraform binary, and this binary communicates to the infrastructure API. And to define infrastructure resources, Terraform works that manifest cells with allow for creating or updating resources. In the next video, I'll show you how it works.

Contents