Quidest?

Terraform

Terraform is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, re-use, and share. You can then use a consistent workflow to provision and manage all your infrastructure throughout its life-cycle.

Why use it

How it works

You download the Terraform software on your machine. Through a provider, you can communicate to different services that allow to bring up infrastructure (e.g. AWS provider, GCP provider etc), and enact your terraform configuration file.

Providers is code that allows terraform to manage resources on Cloud services.

Key commands

#data-engineering #study-plan #career-development #zoomcamp