From f1b074b594fec566c3fe19a21563ffcfcf63e722 Mon Sep 17 00:00:00 2001 From: Roberto Jung Drebes Date: Wed, 13 Nov 2024 21:28:44 +0100 Subject: [PATCH] Fix typo --- fast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/README.md b/fast/README.md index 35255fba12..9da748db2f 100644 --- a/fast/README.md +++ b/fast/README.md @@ -14,7 +14,7 @@ Fabric FAST was initially conceived to help enterprises quickly set up a GCP org FAST uses the concept of stages, which individually perform precise tasks but taken together build a functional, ready-to-use GCP organization. More importantly, stages are modeled around the security boundaries that typically appear in mature organizations. This arrangement allows delegating ownership of each stage to the team responsible for the types of resources it manages. For example, as its name suggests, the networking stage sets up all the networking elements and is usually the responsibility of a dedicated networking team within the organization. -From the perspective of FAST's overall design, stages also work as contacts or interfaces, defining a set of pre-requisites and inputs required to perform their designed task and generating outputs needed by other stages lower in the chain. The diagram below shows the relationships between stages. +From the perspective of FAST's overall design, stages also work as contracts or interfaces, defining a set of pre-requisites and inputs required to perform their designed task and generating outputs needed by other stages lower in the chain. The diagram below shows the relationships between stages.

Stages diagram