Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 890 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 890 Bytes

powerd6/infrastructure

Infrastructure

This repository contains the infrastructure-as-code (IaC) for the powerd6 project.

This project reflects the current state of the infrastructure, and can be used to recover from a complete disaster (see bootrstapping.md).

Structure

This project consists of two main parts: stages and modules.

Stages

Stages are logical separation between systems, and can be, at first-glance, provisioned individually.

Stages can only use environment variables or the outputs of other stages as input.

Stage dependencies

Modules

Modules are repeatable packages of code that can be used in stages to abstract some complexity.