From cde75d051ccf2bc2f65bc1fb1d2ffeec80b648f8 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 18 Feb 2022 14:52:43 +0100 Subject: [PATCH] tfdoc --- fast/stages/03-data-platform/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/03-data-platform/dev/README.md b/fast/stages/03-data-platform/dev/README.md index d1b941cf9..9c5c4259c 100644 --- a/fast/stages/03-data-platform/dev/README.md +++ b/fast/stages/03-data-platform/dev/README.md @@ -131,7 +131,7 @@ terraform apply | [composer_config](variables.tf#L26) | | object({…}) | | {…} | | | [data_force_destroy](variables.tf#L39) | Flag to set 'force_destroy' on data services like BigQery or Cloud Storage. | bool | | false | | | [groups](variables.tf#L53) | Groups. | map(string) | | {…} | | -| [network_config_composer](variables.tf#L71) | Network configurations to use for Composer. | object({…}) | | {…} | | +| [network_config_composer](variables.tf#L71) | Network configurations to use for Composer. | object({…}) | | {…} | | | [outputs_location](variables.tf#L99) | Path where providers, tfvars files, and lists for the following stages are written. Leave empty to disable. | string | | null | | | [project_services](variables.tf#L111) | List of core services enabled on all projects. | list(string) | | […] | | | [region](variables.tf#L122) | Region used for regional resources. | string | | "europe-west1" | |