Skip to content

Commit 8b8564a

Browse files
feat(vertexai): Support google_vertex_ai_feature_group (#9520) (#6780)
[upstream:49252d7a95dc28f660ad9be07c260f02e23d51fb] Signed-off-by: Modular Magician <[email protected]>
1 parent 3d743d6 commit 8b8564a

File tree

7 files changed

+1293
-2
lines changed

7 files changed

+1293
-2
lines changed

.changelog/9520.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_vertexai_feature_group`
3+
```

google-beta/provider/provider_mmv1_resources.go

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

419419
// Resources
420-
// Generated resources: 410
420+
// Generated resources: 411
421421
// Generated IAM resources: 252
422-
// Total generated resources: 662
422+
// Total generated resources: 663
423423
var generatedResources = map[string]*schema.Resource{
424424
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
425425
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1047,6 +1047,7 @@ var generatedResources = map[string]*schema.Resource{
10471047
"google_vertex_ai_endpoint_iam_binding": tpgiamresource.ResourceIamBinding(vertexai.VertexAIEndpointIamSchema, vertexai.VertexAIEndpointIamUpdaterProducer, vertexai.VertexAIEndpointIdParseFunc),
10481048
"google_vertex_ai_endpoint_iam_member": tpgiamresource.ResourceIamMember(vertexai.VertexAIEndpointIamSchema, vertexai.VertexAIEndpointIamUpdaterProducer, vertexai.VertexAIEndpointIdParseFunc),
10491049
"google_vertex_ai_endpoint_iam_policy": tpgiamresource.ResourceIamPolicy(vertexai.VertexAIEndpointIamSchema, vertexai.VertexAIEndpointIamUpdaterProducer, vertexai.VertexAIEndpointIdParseFunc),
1050+
"google_vertex_ai_feature_group": vertexai.ResourceVertexAIFeatureGroup(),
10501051
"google_vertex_ai_feature_online_store": vertexai.ResourceVertexAIFeatureOnlineStore(),
10511052
"google_vertex_ai_featurestore": vertexai.ResourceVertexAIFeaturestore(),
10521053
"google_vertex_ai_featurestore_iam_binding": tpgiamresource.ResourceIamBinding(vertexai.VertexAIFeaturestoreIamSchema, vertexai.VertexAIFeaturestoreIamUpdaterProducer, vertexai.VertexAIFeaturestoreIdParseFunc),

0 commit comments

Comments
 (0)