Skip to content

Commit

Permalink
feat(vertexai): Support google_vertex_ai_deployment_resource_pool (#9518
Browse files Browse the repository at this point in the history
) (#17707)

[upstream:83d97a1cc2fff05febc6c1616e5e140d5c3c3285]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 27, 2024
1 parent 52b195b commit 118e07a
Show file tree
Hide file tree
Showing 6 changed files with 1,109 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9518.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_vertex_ai_deployment_resource_pool`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 397
// Generated resources: 398
// Generated IAM resources: 234
// Total generated resources: 631
// Total generated resources: 632
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -989,6 +989,7 @@ var generatedResources = map[string]*schema.Resource{
"google_tags_tag_value_iam_policy": tpgiamresource.ResourceIamPolicy(tags.TagsTagValueIamSchema, tags.TagsTagValueIamUpdaterProducer, tags.TagsTagValueIdParseFunc),
"google_tpu_node": tpu.ResourceTPUNode(),
"google_vertex_ai_dataset": vertexai.ResourceVertexAIDataset(),
"google_vertex_ai_deployment_resource_pool": vertexai.ResourceVertexAIDeploymentResourcePool(),
"google_vertex_ai_endpoint": vertexai.ResourceVertexAIEndpoint(),
"google_vertex_ai_feature_group": vertexai.ResourceVertexAIFeatureGroup(),
"google_vertex_ai_feature_group_feature": vertexai.ResourceVertexAIFeatureGroupFeature(),
Expand Down
Loading

0 comments on commit 118e07a

Please sign in to comment.