Skip to content

fix(vertexai): make contents_delta_uri a required field in google_vertex_ai_index #1500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

modular-magician
Copy link
Collaborator

Fixes hashicorp/terraform-provider-google#15962
Part of hashicorp/terraform-provider-google#12818

Add required: true to contens_delta_url to be able to avoid the following error at terraform apply:

Error: Error creating Index: googleapi: Error 400: contentsDeltaUri is required but missing from Index metadata.

Release Note Template for Downstream PRs (will be copied)

vertexai: made `contents_delta_uri` a required field in `google_vertex_ai_index` as omitting it would result in an error

Derived from GoogleCloudPlatform/magic-modules#9066

…rtex_ai_index` (#9066)

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician requested a review from a team as a code owner September 25, 2023 22:02
@modular-magician modular-magician requested review from melinath and removed request for a team September 25, 2023 22:02
@modular-magician modular-magician merged commit 164a5d7 into GoogleCloudPlatform:main Sep 25, 2023
@modular-magician modular-magician deleted the downstream-pr-241a14fd6ceed2dececc2723496e249cf6654a8c branch November 18, 2024 05:25
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.

Error creating Index: googleapi: Error 400: contentsDeltaUri is required but missing from Index metadata.
1 participant