cloud-foundation-fabric/fast/stages/03-project-factory
Luca Prete 2bb9e3f64e [#597] Fix link_checker 2022-03-28 09:43:00 +02:00
..
dev [#597] Fix link_checker 2022-03-28 09:43:00 +02:00
README.md FAST: PF example implementation changed to dev. Tests updated (#544) 2022-02-15 12:22:08 +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.