diff --git a/examples/data-solutions/data-platform-foundations/README.md b/examples/data-solutions/data-platform-foundations/README.md index 733627de..0d5620d1 100644 --- a/examples/data-solutions/data-platform-foundations/README.md +++ b/examples/data-solutions/data-platform-foundations/README.md @@ -230,16 +230,16 @@ Description of commands: | name | description | type | required | default | |---|---|:---:|:---:|:---:| | [billing_account_id](variables.tf#L17) | Billing account id. | string | ✓ | | -| [folder_id](variables.tf#L41) | Folder to be used for the networking resources in folders/nnnn format. | string | ✓ | | -| [organization_domain](variables.tf#L85) | Organization domain. | string | ✓ | | -| [prefix](variables.tf#L90) | Unique prefix used for resource names. | string | ✓ | | -| [composer_config](variables.tf#L22) | | object({…}) | | {…} | -| [data_force_destroy](variables.tf#L35) | Flag to set 'force_destroy' on data services like BiguQery or Cloud Storage. | bool | | false | -| [groups](variables.tf#L52) | Groups. | map(string) | | {…} | -| [location](variables.tf#L46) | Location used for multi-regional resources. | string | | "eu" | -| [network_config](variables.tf#L62) | Shared VPC network configurations to use. If null networks will be created in projects with preconfigured values. | object({…}) | | null | -| [project_services](variables.tf#L95) | List of core services enabled on all projects. | list(string) | | […] | -| [region](variables.tf#L106) | Region used for regional resources. | string | | "europe-west1" | +| [folder_id](variables.tf#L42) | Folder to be used for the networking resources in folders/nnnn format. | string | ✓ | | +| [organization_domain](variables.tf#L86) | Organization domain. | string | ✓ | | +| [prefix](variables.tf#L91) | Unique prefix used for resource names. | string | ✓ | | +| [composer_config](variables.tf#L22) | Cloud Composer config. | object({…}) | | {…} | +| [data_force_destroy](variables.tf#L36) | Flag to set 'force_destroy' on data services like BiguQery or Cloud Storage. | bool | | false | +| [groups](variables.tf#L53) | User groups. | map(string) | | {…} | +| [location](variables.tf#L47) | Location used for multi-regional resources. | string | | "eu" | +| [network_config](variables.tf#L63) | Shared VPC network configurations to use. If null networks will be created in projects with preconfigured values. | object({…}) | | null | +| [project_services](variables.tf#L96) | List of core services enabled on all projects. | list(string) | | […] | +| [region](variables.tf#L107) | Region used for regional resources. | string | | "europe-west1" | ## Outputs