Skip to content

Commit

Permalink
Use project name for PSC allowlist (#12303) (#859)
Browse files Browse the repository at this point in the history
[upstream:c5cee4e16c45a09dd07e2c046b7a5a4ec21f68d7]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Nov 19, 2024
1 parent a68ad5b commit f841537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertex_ai_index_endpoint_with_psc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "google_vertex_ai_index_endpoint" "index_endpoint" {
private_service_connect_config {
enable_private_service_connect = true
project_allowlist = [
data.google_project.project.number,
data.google_project.project.name,
]
}
}
Expand Down

0 comments on commit f841537

Please sign in to comment.