Skip to content

Commit

Permalink
update host_vpc projectid
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed Jun 7, 2024
1 parent 31f8e49 commit 4d97ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/genai-rag-multimodal/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ output "private_endpoint_ip_address" {

output "host_vpc_project_id" {
description = "This is the Project ID where the Host VPC network is located"
value = var.vector_search_vpc_project
value = google_compute_address.vector_search_static_ip.project
}

output "host_vpc_network" {
Expand Down

0 comments on commit 4d97ed9

Please sign in to comment.