cloud-foundation-fabric/fast/stages/03-project-factory
lcaggio 6e896382d6
Fix READMEs. (#484)
* Fix READMEs.

* fix outputs location paths in READMEs

* fix output location paths in READMEs

* Update README.md

* Update README.md

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-02-01 18:12:57 +01:00
..
prod Fix READMEs. (#484) 2022-02-01 18:12:57 +01:00
README.md Merge Fabric FAST (#435) 2022-01-19 14:19:39 +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 (prod/) as an example - 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.