From b377b3091060806869701c7684bd4efd8b7f37c4 Mon Sep 17 00:00:00 2001 From: lcaggio Date: Wed, 9 Feb 2022 13:05:46 +0100 Subject: [PATCH] Update README (#517) Update path to config folder Co-authored-by: Ludovico Magnocavallo --- fast/stages/03-project-factory/prod/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fast/stages/03-project-factory/prod/README.md b/fast/stages/03-project-factory/prod/README.md index 2b31523b..9e29742f 100644 --- a/fast/stages/03-project-factory/prod/README.md +++ b/fast/stages/03-project-factory/prod/README.md @@ -56,7 +56,7 @@ It's of course possible to run this stage in isolation, by making sure the archi If you're running this on top of Fast, you should run the following commands to create the providers file, and populate the required variables from the previous stage. ```bash -# Variable `outputs_location` is set to `../../config` in stage 01-resman +# Variable `outputs_location` is set to `../../../config` in stage 01-resman $ cd fabric-fast/stages/03-project-factory/prod ln -s ../../../config/03-project-factory-prod/providers.tf ``` @@ -73,7 +73,7 @@ To avoid the tedious job of filling in the first group of variables with values If you configured a valid path for `outputs_location` in the bootstrap and networking stage, simply link the relevant `terraform-*.auto.tfvars.json` files from this stage's outputs folder (under the path you specified), where the `*` above is set to the name of the stage that produced it. For this stage, a single `.tfvars` file is available: ```bash -# Variable `outputs_location` is set to `../../config` in stages 01-bootstrap and the 02-networking stage in use +# Variable `outputs_location` is set to `../../../config` in stages 01-bootstrap and the 02-networking stage in use ln -s ../../../config/03-project-factory-prod/terraform-bootstrap.auto.tfvars.json ln -s ../../../config/03-project-factory-prod/terraform-networking.auto.tfvars.json ```