A tool for building,
changing, and versioning
infrastructure safely and
efficiently
Slide 4
Slide 4 text
A runtime that translates
declarative config files into
API requests, often setting up
cloud infrastructure
Slide 5
Slide 5 text
A function that takes a current state
and the desired state, produces a diff,
then translates that diff into
side-effects in the form of API calls that
mutate the state of your infrastructure
Slide 6
Slide 6 text
Infrastructure as Code &
Immutable Infrastructure
Everything after that is just software
engineering