From 7982cee871c42c69fe650b5367ad5479e0081c6d Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 9 Sep 2022 07:24:42 +0200 Subject: [PATCH] Update README.md --- fast/stages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/README.md b/fast/stages/README.md index 0198bd9e..0b5f1d9b 100644 --- a/fast/stages/README.md +++ b/fast/stages/README.md @@ -24,7 +24,7 @@ To destroy a previous FAST deployment follow the instructions detailed in [clean - [Bootstrap](00-bootstrap/README.md) Enables critical organization-level functionality that depends on broad permissions. It has two primary purposes. The first is to bootstrap the resources needed for automation of this and the following stages (service accounts, GCS buckets). And secondly, it applies the minimum amount of configuration needed at the organization level, to avoid the need of broad permissions later on, and to implement a minimum of security features like sinks and exports from the start.\ Exports: automation variables, organization-level custom roles -- [CI/CD Bootstrap](00-cicd/README.md) +- [CI/CD Bootstrap](00-cicd/README.md) Optionally set up CI/CD repositories and project structure automatically for GitHub and Gitlab. This stage is not needed if repository are created manually. - [Resource Management](01-resman/README.md) Creates the base resource hierarchy (folders) and the automation resources required later to delegate deployment of each part of the hierarchy to separate stages. This stage also configures organization-level policies and any exceptions needed by different branches of the resource hierarchy.\