You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform module for integrating Azure Data Security Posture Management (DSPM) with Lacework.
This module creates the necessary Azure resources for DSPM scanning, including:
Lacework cloud account integration
Azure Key Vault for credentials
Service principal for authentication
Storage account for DSPM data
Container App Job for scheduled scanning
Required RBAC role assignments
Creating a Service Principal to Deploy DSPM
We suggest creating a new Azure service principal to use specifically for deploying DSPM. Please refer to the service_principal directory for more information.
Optional list of additional environment variables passed to the task.
list(object({ name = string value = string }))
[]
no
datastore_filters
Filter which datastores are scanned. filter_mode must be 'INCLUDE', 'EXCLUDE', or 'ALL'. datastore_names is required for INCLUDE/EXCLUDE and must not be set for ALL.