Skip to content

Commit 57f6e2f

Browse files
authored
feat: Add connection with vertex ai feature online store (#418)
1 parent e384297 commit 57f6e2f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/v2/metadata.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ spec:
232232
spec:
233233
outputExpr: "{\"ALLOYDB_INSTANCE_HOST\" : primary_instance_ip, \"ALLOYDB_READ_REPLICAS\": env_vars.ALLOYDB_READ_REPLICAS}"
234234
inputPath: env_vars
235+
- source:
236+
source: github.com/GoogleCloudPlatform/terraform-google-vertex-ai//modules/feature-online-store
237+
version: ">= 2.3.1"
238+
spec:
239+
outputExpr: "{\"VERTEX_AI_FEATURE_ONLINE_STORE_ID\": feature_online_store_id}"
240+
inputPath: env_vars
235241
- name: node_selector
236242
description: Node Selector describes the hardware requirements of the GPU resource. [More info](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service#nested_template_node_selector).
237243
varType: |-
@@ -316,6 +322,11 @@ spec:
316322
version: ">= 5.0.1"
317323
spec:
318324
outputExpr: "[\"roles/alloydb.admin\"]"
325+
- source:
326+
source: github.com/GoogleCloudPlatform/terraform-google-vertex-ai//modules/feature-online-store
327+
version: ">= 2.3.1"
328+
spec:
329+
outputExpr: "[\"roles/aiplatform.user\"]"
319330
- name: ingress
320331
description: Restricts network access to your Cloud Run service
321332
varType: string

0 commit comments

Comments
 (0)