Hennie Francis

Infrastructure as Code: The Developer's Secret Weapon

What if you could test your infrastructure just like your application code? Discover how Terraform is revolutionizing IaC reliability and eliminating configuration drift for good.

Infrastructure as Code: The Developer's Secret Weapon
#1about 3 minutes

Understanding the core benefits of Infrastructure as Code

IaC allows you to manage infrastructure with machine-readable files, leading to cost reduction, faster deployments, and the elimination of configuration drift.

#2about 3 minutes

Choosing the right tools for your IaC stack

A survey of popular IaC tools like Terraform, CloudFormation, and Ansible reveals their specific use cases alongside essential developer tools like IDEs and cloud providers.

#3about 5 minutes

Why manual infrastructure provisioning fails under pressure

A narrative example demonstrates how IaC solves the challenges of scaling infrastructure quickly and consistently to meet tight business deadlines.

#4about 5 minutes

Exploring the fundamentals of HashiCorp Terraform

Terraform uses the declarative HashiCorp Configuration Language (HCL) and a state file to manage multi-cloud resources, Kubernetes, and even network infrastructure.

#5about 2 minutes

Mastering the essential Terraform command-line workflow

The core workflow involves using commands like `init`, `validate`, `plan`, `apply`, and `destroy` to safely manage the entire lifecycle of your infrastructure.

#6about 5 minutes

Adopting best practices for production-ready Terraform code

Improve code quality and security by consistently tagging resources, using variables instead of hardcoding values, leveraging modules, and managing secrets properly.

#7about 7 minutes

Setting up a Terraform project with a remote backend

The initial project setup involves configuring a backend file to connect to Terraform Cloud, defining the cloud provider, and declaring variables for reuse.

#8about 9 minutes

Walking through the local Terraform development workflow

A practical demonstration shows how to use `init`, `format`, and `validate` to prepare code locally before generating an execution plan to preview changes.

#9about 4 minutes

Managing infrastructure with a GitOps workflow

Committing code to a GitHub branch triggers a run in Terraform Cloud, which automates the process of applying changes to create or destroy cloud resources like an S3 bucket.

Related jobs
Jobs that call for the skills explored in this talk.

Featured Partners

Related Articles

View all articles
AG
Andre Braun, GitLab
Now is the time for industrialized software development
Now is the time for industrialized software development Recently, I received a letter from my car’s manufacturer alerting me to a recall. They had discovered a defective part and wanted to replace it. It was easily fixed, and I might have forgotten a...
Now is the time for industrialized software development
DC
Daniel Cranney
Dev Digest 214: Claude Is Leaking, GitHub Is Listening & Axios Hacked!
Inside last week’s Dev Digest 214 . 🕵️ Claude source code leaked, analysed and re-written in 2 days 🐙 GitHub auto-opts users into feeding their code to train their AI 🌐 Pretext shows how to show complex text rendering in the browser 🤖 How to securin...
Dev Digest 214: Claude Is Leaking, GitHub Is Listening & Axios Hacked!
DC
Daniel Cranney
Dev Digest 213: Petrol Prices, Agentic Workflows, AI Skills and CODE100!
Inside last week’s Dev Digest 213 . 🤫 Don’t tell your LLM that it is an expert 👻 AI generated code is invisible 🔄 Learn about agentic workflows 🛡️ Linux Foundation sponsors fight against AI slop 🦠 1M users infected by Chrome extension 🫃 The why of J...
 Dev Digest 213: Petrol Prices, Agentic Workflows, AI Skills and CODE100!
CS
Christina Schaireiter
Why Attend a Developer Event?
Modern software engineering moves too fast for documentation alone. Attending a world-class event is about shifting from tactical execution to strategic leadership. Skill Diversification: Break out of your specific tech stack to see how the industry...
Why Attend a Developer Event?

From learning to earning

Jobs that call for the skills explored in this talk.