cloud-foundation-fabric/fast/stages/3-project-factory
Ludovico Magnocavallo dbabfb9ae0
Add support for billing budgets to project factory (#2112)
* align factory variable name in project factory module

* tested

* align fast stage
2024-02-27 18:13:49 +00:00
..
dev Add support for billing budgets to project factory (#2112) 2024-02-27 18:13:49 +00:00
README.md FAST multitenant bootstrap and resource management, rename org-level FAST stages (#1052) 2023-02-04 15:00:45 +01:00

README.md

Project factory

The Project Factory (PF) builds on top of your foundations to create and set up projects (and related resources) to be used for your workloads. It is organized in folders representing environments (e.g. "dev", "prod"), each implemented by a stand-alone terraform resource factory.

This directory contains a single project factory (dev/) as an example - to implement multiple environments (e.g. "prod" and "dev") you'll need to copy the dev folder into one folder per environment, then customize each one following the instructions found in dev/README.md.