Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 07:26 PM
The switch you're looking for is enableVerboseAuditLogs in databricks_workspace_conf
resource: {
databricks_workspace_conf: {
this: {
custom_config: {
enableIpAccessLists: true,
enableVerboseAuditLogs: true,
},
},
},