Skip to content

Commit

Permalink
Data Catalog tag template (#3555) (#6485)
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 29, 2020
1 parent 902d4ed commit dd10841
Show file tree
Hide file tree
Showing 6 changed files with 949 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3555.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`data_catalog_tag_template`
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 133
// Generated resources: 134
// Generated IAM resources: 57
// Total generated resources: 190
// Total generated resources: 191
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -672,6 +672,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"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_data_catalog_tag_template": resourceDataCatalogTagTemplate(),
"google_dataproc_autoscaling_policy": resourceDataprocAutoscalingPolicy(),
"google_datastore_index": resourceDatastoreIndex(),
"google_deployment_manager_deployment": resourceDeploymentManagerDeployment(),
Expand Down
Loading

0 comments on commit dd10841

Please sign in to comment.