Skip to content

Commit

Permalink
New generated code for MM PR 6565.
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Sep 30, 2022
1 parent 4ffd911 commit b769b21
Show file tree
Hide file tree
Showing 10 changed files with 1,783 additions and 21 deletions.
7 changes: 5 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -892,9 +892,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 235
// Generated resources: 238
// Generated IAM resources: 138
// Total generated resources: 373
// Total generated resources: 376
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1265,6 +1265,9 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_tags_tag_binding": resourceTagsTagBinding(),
"google_tpu_node": resourceTPUNode(),
"google_vertex_ai_dataset": resourceVertexAIDataset(),
"google_vertex_ai_featurestore": resourceVertexAIFeaturestore(),
"google_vertex_ai_featurestore_entitytype": resourceVertexAIFeaturestoreEntitytype(),
"google_vertex_ai_featurestore_entitytype_feature": resourceVertexAIFeaturestoreEntitytypeFeature(),
"google_vpc_access_connector": resourceVPCAccessConnector(),
"google_workflows_workflow": resourceWorkflowsWorkflow(),
},
Expand Down
Loading

0 comments on commit b769b21

Please sign in to comment.