From 1671c5b4f3a69d6594c6c6d10212902154d7fec9 Mon Sep 17 00:00:00 2001 From: lcaggio Date: Thu, 9 Mar 2023 09:11:47 +0100 Subject: [PATCH] Add cmek support on google_vertex_ai_metadata_store --- blueprints/data-solutions/bq-ml/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/data-solutions/bq-ml/README.md b/blueprints/data-solutions/bq-ml/README.md index e1a114d80..45a18f00f 100644 --- a/blueprints/data-solutions/bq-ml/README.md +++ b/blueprints/data-solutions/bq-ml/README.md @@ -69,8 +69,8 @@ To run the demo: | [location](variables.tf#L17) | The location where resources will be deployed. | string | | "US" | | [project_create](variables.tf#L32) | Provide values if project creation is needed, use existing project if null. Parent format: folders/folder_id or organizations/org_id. | object({…}) | | null | | [region](variables.tf#L46) | The region where resources will be deployed. | string | | "us-central1" | -| [service_encryption_keys](variables.tf#L52) | Cloud KMS to use to encrypt different services. The key location should match the service region. | object({…}) | | null | -| [vpc_config](variables.tf#L62) | Shared VPC network configurations to use. If null networks will be created in projects with pre-configured values. | object({…}) | | null | +| [service_encryption_keys](variables.tf#L52) | Cloud KMS to use to encrypt different services. The key location should match the service region. | object({…}) | | null | +| [vpc_config](variables.tf#L63) | Shared VPC network configurations to use. If null networks will be created in projects with pre-configured values. | object({…}) | | null | ## Outputs