Skip to content

Commit

Permalink
Data Catalog Entry (#3532) (#6444)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 21, 2020
1 parent c10025e commit b390762
Show file tree
Hide file tree
Showing 11 changed files with 1,598 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .changelog/3532.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_data_catalog_entry`
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 130
// Generated resources: 131
// Generated IAM resources: 57
// Total generated resources: 187
// Total generated resources: 188
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -662,6 +662,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_data_catalog_entry_group_iam_binding": ResourceIamBinding(DataCatalogEntryGroupIamSchema, DataCatalogEntryGroupIamUpdaterProducer, DataCatalogEntryGroupIdParseFunc),
"google_data_catalog_entry_group_iam_member": ResourceIamMember(DataCatalogEntryGroupIamSchema, DataCatalogEntryGroupIamUpdaterProducer, DataCatalogEntryGroupIdParseFunc),
"google_data_catalog_entry_group_iam_policy": ResourceIamPolicy(DataCatalogEntryGroupIamSchema, DataCatalogEntryGroupIamUpdaterProducer, DataCatalogEntryGroupIdParseFunc),
"google_data_catalog_entry": resourceDataCatalogEntry(),
"google_dataproc_autoscaling_policy": resourceDataprocAutoscalingPolicy(),
"google_datastore_index": resourceDatastoreIndex(),
"google_deployment_manager_deployment": resourceDeploymentManagerDeployment(),
Expand Down
Loading

0 comments on commit b390762

Please sign in to comment.