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" | |