cloud-foundation-fabric/fast/stages/03-project-factory
Simone Ruffilli 55a8aca99f Import Fast from dev repository.
>
>
Co-authored-by: Julio Castillo <jccb@google.com>
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
Co-authored-by: Simone Ruffilli <sruffilli@google.com>
2022-01-17 10:26:25 +01:00
..
prod Import Fast from dev repository. 2022-01-17 10:26:25 +01:00
README.md Import Fast from dev repository. 2022-01-17 10:26:25 +01:00

README.md

Project factory

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

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