From 48088dedc0d5ac5b666c2b27570f248632d39711 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 18 Feb 2022 07:56:11 +0100 Subject: [PATCH] tfdoc --- fast/stages/03-data-platform/dev/README.md | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/fast/stages/03-data-platform/dev/README.md b/fast/stages/03-data-platform/dev/README.md index ef0dbc28..be82b695 100644 --- a/fast/stages/03-data-platform/dev/README.md +++ b/fast/stages/03-data-platform/dev/README.md @@ -117,20 +117,20 @@ terraform apply | name | description | type | required | default | producer | |---|---|:---:|:---:|:---:|:---:| | [billing_account](variables.tf#L17) | Billing account id and organization id ('nnnnnnnn' or null). | object({…}) | ✓ | | 00-globals | -| [host_project_ids](variables.tf#L64) | Shared VPC project ids. | object({…}) | ✓ | | 02-networking | -| [organization](variables.tf#L90) | Organization details. | object({…}) | ✓ | | 00-globals | -| [prefix](variables.tf#L106) | Unique prefix used for resource names. Not used for projects if 'project_create' is null. | string | ✓ | | 00-globals | +| [folder_ids](variables.tf#L45) | Folder to be used for the networking resources in folders/nnnn format. | object({…}) | ✓ | | 01-resman | +| [host_project_ids](variables.tf#L63) | Shared VPC project ids. | object({…}) | ✓ | | 02-networking | +| [organization](variables.tf#L89) | Organization details. | object({…}) | ✓ | | 00-globals | +| [prefix](variables.tf#L105) | Unique prefix used for resource names. Not used for projects if 'project_create' is null. | string | ✓ | | 00-globals | | [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 | | -| [folder_ids](variables.tf#L45) | Folder to be used for the networking resources in folders/nnnn format. | object({…}) | | null | 01-resman | -| [groups](variables.tf#L54) | Groups. | map(string) | | {…} | | -| [network_config_composer](variables.tf#L72) | Network configurations to use for Composer. | object({…}) | | {…} | | -| [outputs_location](variables.tf#L100) | Path where providers, tfvars files, and lists for the following stages are written. Leave empty to disable. | string | | null | | -| [project_services](variables.tf#L112) | List of core services enabled on all projects. | list(string) | | […] | | -| [region](variables.tf#L123) | Region used for regional resources. | string | | "europe-west1" | | -| [service_encryption_keys](variables.tf#L129) | Cloud KMS to use to encrypt different services. Key location should match service region. | object({…}) | | null | | -| [subnet_self_links](variables.tf#L141) | Shared VPC subnet self links. | object({…}) | | null | 02-networking | -| [vpc_self_links](variables.tf#L150) | Shared VPC self links. | object({…}) | | null | 02-networking | +| [groups](variables.tf#L53) | Groups. | map(string) | | {…} | | +| [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" | | +| [service_encryption_keys](variables.tf#L128) | Cloud KMS to use to encrypt different services. Key location should match service region. | object({…}) | | null | | +| [subnet_self_links](variables.tf#L140) | Shared VPC subnet self links. | object({…}) | | null | 02-networking | +| [vpc_self_links](variables.tf#L149) | Shared VPC self links. | object({…}) | | null | 02-networking | ## Outputs