Skip to content

Commit

Permalink
Adding DLP deidentify templates (#3931) (#7378)
Browse files Browse the repository at this point in the history
* Adding deidentify product

* Add deidentify template

* Rebase, sdk update

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 28, 2020
1 parent 08c9e64 commit bcac8fd
Show file tree
Hide file tree
Showing 8 changed files with 2,153 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3931.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
google_data_loss_prevention_deidentify_template
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 159
// Generated resources: 160
// Generated IAM resources: 69
// Total generated resources: 228
// Total generated resources: 229
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -776,6 +776,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_data_loss_prevention_job_trigger": resourceDataLossPreventionJobTrigger(),
"google_data_loss_prevention_inspect_template": resourceDataLossPreventionInspectTemplate(),
"google_data_loss_prevention_stored_info_type": resourceDataLossPreventionStoredInfoType(),
"google_data_loss_prevention_deidentify_template": resourceDataLossPreventionDeidentifyTemplate(),
"google_dataproc_autoscaling_policy": resourceDataprocAutoscalingPolicy(),
"google_datastore_index": resourceDatastoreIndex(),
"google_deployment_manager_deployment": resourceDeploymentManagerDeployment(),
Expand Down
Loading

0 comments on commit bcac8fd

Please sign in to comment.