-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for DLP Hybrid inspect #9756
Add support for DLP Hybrid inspect #9756
Comments
This issue tracks adding an attribute to an existing resource "data_loss_prevention_job_trigger" |
We seem to be missing |
I've reviewed the API spec and the guide linked here, and will plan to fix this by adding the following fields:
With these fields added, users will be able to inspect from a Cloud SQL (or other) database, and use all of the other DLP job trigger options we offer today in Terraform. Note that the guide mentions some fields we don't currently support, like |
Correction: it looks like we also need to add |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
If we want to perform inspect of CloudSQL database, data loss prevention ( DLP ) inspect job needs to be configured in "hybrid" storage type through Console. Terraform module is not available for the Hybrid inspect (cloud SQL) but it is available for other storage types such as Cloud Storage , Datastore, BigQuery.
https://cloud.google.com/dlp/docs/how-to-hybrid-jobs#create-job-or-trigger
New or Affected Resource(s)
Potential Terraform Configuration
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/data_loss_prevention_stored_info_type
References
The text was updated successfully, but these errors were encountered: