From 96fd9091411ee45bb85f1854b0572103d02535bd Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Mon, 14 Feb 2022 14:07:47 +0100 Subject: [PATCH] top-level README --- fast/stages/03-data-platform/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fast/stages/03-data-platform/README.md b/fast/stages/03-data-platform/README.md index 68e1daf9..fa04c41f 100644 --- a/fast/stages/03-data-platform/README.md +++ b/fast/stages/03-data-platform/README.md @@ -1,6 +1,6 @@ # Data Platform -The Data Platform (DP) 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. +The Data Platform builds on top of your foundations to create and set up projects and related resources, used for your data workloads and pipelines. +It is organized in folders representing environments (e.g. `dev`, `prod`), each implemented by a stand-alone Terraform setup. -This directory contains a single DP ([`dev/`](./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 variables following the instructions found in [`dev/README.md`](./dev/README.md). +This directory contains a [Data Platform for the `dev` environment](./dev/) that can be used as-is, and cloned with few changes to implement further environments. Refer to the example [`dev/README.md`](./dev/README.md) for configuration details.