Skip to content

Commit

Permalink
feat(vertexai): Support google_vertex_ai_feature_group (#9520) (#16842)
Browse files Browse the repository at this point in the history
[upstream:49252d7a95dc28f660ad9be07c260f02e23d51fb]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Dec 19, 2023
1 parent 1ff6d6a commit 0860faf
Show file tree
Hide file tree
Showing 7 changed files with 1,293 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/9520.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_vertexai_feature_group`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 356
// Generated resources: 357
// Generated IAM resources: 219
// Total generated resources: 575
// Total generated resources: 576
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -914,6 +914,7 @@ var generatedResources = map[string]*schema.Resource{
"google_tpu_node": tpu.ResourceTPUNode(),
"google_vertex_ai_dataset": vertexai.ResourceVertexAIDataset(),
"google_vertex_ai_endpoint": vertexai.ResourceVertexAIEndpoint(),
"google_vertex_ai_feature_group": vertexai.ResourceVertexAIFeatureGroup(),
"google_vertex_ai_feature_online_store": vertexai.ResourceVertexAIFeatureOnlineStore(),
"google_vertex_ai_featurestore": vertexai.ResourceVertexAIFeaturestore(),
"google_vertex_ai_featurestore_entitytype": vertexai.ResourceVertexAIFeaturestoreEntitytype(),
Expand Down

0 comments on commit 0860faf

Please sign in to comment.