Terraform enables you to safely and predictably create, change, and improve production infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned. Terraform has emerged as a key player in the DevOps world for defining, launching, and managing infrastructure as code (IAC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, and Azure. In this talk I'll show you how to get up and running with Terraform using IaaS (e.g. AWS, DigitalOcean) or SaaS providers (e.g. CloudFlare, GitHub).

Comments

Comments are closed.

Thx for a very nice presentation.

Very inspiring talk about a new tool I had no idea existed. From what I see Terraform is an Ansible but with lots of ready scripts provided directly from service providers (AWS, CloudFlare, ...). Something that may simplify DevOps work radically. I will certainly have a closer look at this