@@ -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
423423var 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