Skip to content

Commit 96de289

Browse files
feat(vertexai): Support google_vertex_ai_deployment_resource_pool (#9518) (#7158)
[upstream:83d97a1cc2fff05febc6c1616e5e140d5c3c3285] Signed-off-by: Modular Magician <[email protected]>
1 parent 1e3ebe7 commit 96de289

File tree

6 files changed

+1109
-2
lines changed

6 files changed

+1109
-2
lines changed

.changelog/9518.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_vertex_ai_deployment_resource_pool`
3+
```

google-beta/provider/provider_mmv1_resources.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
441441
}
442442

443443
// Resources
444-
// Generated resources: 455
444+
// Generated resources: 456
445445
// Generated IAM resources: 267
446-
// Total generated resources: 722
446+
// Total generated resources: 723
447447
var generatedResources = map[string]*schema.Resource{
448448
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
449449
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1123,6 +1123,7 @@ var generatedResources = map[string]*schema.Resource{
11231123
"google_tpu_node": tpu.ResourceTPUNode(),
11241124
"google_tpu_v2_vm": tpuv2.ResourceTpuV2Vm(),
11251125
"google_vertex_ai_dataset": vertexai.ResourceVertexAIDataset(),
1126+
"google_vertex_ai_deployment_resource_pool": vertexai.ResourceVertexAIDeploymentResourcePool(),
11261127
"google_vertex_ai_endpoint": vertexai.ResourceVertexAIEndpoint(),
11271128
"google_vertex_ai_endpoint_iam_binding": tpgiamresource.ResourceIamBinding(vertexai.VertexAIEndpointIamSchema, vertexai.VertexAIEndpointIamUpdaterProducer, vertexai.VertexAIEndpointIdParseFunc),
11281129
"google_vertex_ai_endpoint_iam_member": tpgiamresource.ResourceIamMember(vertexai.VertexAIEndpointIamSchema, vertexai.VertexAIEndpointIamUpdaterProducer, vertexai.VertexAIEndpointIdParseFunc),

0 commit comments

Comments
 (0)