---
title: "Infrastructure as Code"
url: "https://www.pulumi.com/dev/glossary/infrastructure-as-code/"
image: "https://www.pulumi.com/assets/og/dev/glossary/infrastructure-as-code.png"
---

# Infrastructure as Code

A tool that allows you to manage and provision infrastructure such as containers
and network configuration through your code, in a way that can be versioned just
like your code, rather than handling your infrastructure separately through an
interactive tool or dashboard. Pulumi is an Infrastructure as Code tool.
