Skip to content

Conversation

modular-magician
Copy link
Collaborator

Fixes hashicorp/terraform-provider-google#19995

We were missing a few fields so I added them. enable_private_service_connect is deprecated and seems to always return "false" now, so I'm skipping it.

traffic_split can't actually be set on resource creation, you need to "deploy" a model associated with the endpoint, and you need to have deployed a model in order to get the keys in the map. I think traffic_split only applies to the new config I'm enabling here, so it's hard to test anyway.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

vertexai: added `traffic_split`, `private_service_connect_config`, `predict_request_response_logging_config`, `dedicated_endpoint_enabled`, and `dedicated_endpoint_dns` fields to `google_vertex_ai_endpoint` resource

Derived from GoogleCloudPlatform/magic-modules#12110

[upstream:ee5b3de20ce91c5cf5cffd417512a498ff16e09f]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 73eef00 into terraform-google-modules:master Nov 4, 2024
1 check passed
@modular-magician modular-magician deleted the downstream-pr-ee5b3de20ce91c5cf5cffd417512a498ff16e09f branch November 18, 2024 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Endpoint.trafficSplit and Endpoint.predictRequestResponseLoggingConfig
1 participant