Skip to content

Commit

Permalink
vertex_ai: add google_vertex_ai_index_endpoint_deployed_index res…
Browse files Browse the repository at this point in the history
…ource (#11039) (#19061)

[upstream:818c46b4491a3476fa383e5c75fe1dfd2bb304bc]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 9, 2024
1 parent 52f28f8 commit 0dfdf94
Show file tree
Hide file tree
Showing 6 changed files with 2,435 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11039.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_vertex_ai_index_endpoint_deployed_index`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 448
// Generated resources: 449
// Generated IAM resources: 255
// Total generated resources: 703
// Total generated resources: 704
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1101,6 +1101,7 @@ var generatedResources = map[string]*schema.Resource{
"google_vertex_ai_featurestore_entitytype_feature": vertexai.ResourceVertexAIFeaturestoreEntitytypeFeature(),
"google_vertex_ai_index": vertexai.ResourceVertexAIIndex(),
"google_vertex_ai_index_endpoint": vertexai.ResourceVertexAIIndexEndpoint(),
"google_vertex_ai_index_endpoint_deployed_index": vertexai.ResourceVertexAIIndexEndpointDeployedIndex(),
"google_vertex_ai_tensorboard": vertexai.ResourceVertexAITensorboard(),
"google_vmwareengine_cluster": vmwareengine.ResourceVmwareengineCluster(),
"google_vmwareengine_external_access_rule": vmwareengine.ResourceVmwareengineExternalAccessRule(),
Expand Down
Loading

0 comments on commit 0dfdf94

Please sign in to comment.