<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Configure verbose audit logs through terraform in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/configure-verbose-audit-logs-through-terraform/m-p/113808#M44644</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I was looking into the databricks_workspace_conf Terraform resource to configure&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/verbose-logs" target="_self"&gt;Verbose Audit Logs&lt;/A&gt; (and avoid changing it through the UI). However, I attempted to apply this configuration and encountered the following error:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt; cannot create workspace conf: invalid Databricks Workspace configuration&lt;/P&gt;&lt;P&gt;My module configuration was as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resource "databricks_workspace_conf" "this" {
   custom_config = {
     "enableVerboseAuditLogs" : true
   }
 }&lt;/LI-CODE&gt;&lt;P&gt;I came across a previous &lt;A href="https://community.databricks.com/t5/data-engineering/can-terraform-be-used-to-set-configurations-in-admin-workspace/td-p/14836" target="_self"&gt;thread discussing a similar issue&lt;/A&gt;, which led me to a &lt;STRONG&gt;PowerShell script listing &lt;A href="https://www.powershellgallery.com/packages/DatabricksPS/1.12.1/Content/Public%5CWorkspaceConfig.ps1" target="_self"&gt;the available commands&lt;/A&gt;&lt;/STRONG&gt;—and it seems that this option is not present.&lt;/P&gt;&lt;P&gt;Would it be possible to enable this configuration through this module in the future?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 13:49:21 GMT</pubDate>
    <dc:creator>fedemgp</dc:creator>
    <dc:date>2025-03-27T13:49:21Z</dc:date>
    <item>
      <title>Configure verbose audit logs through terraform</title>
      <link>https://community.databricks.com/t5/data-engineering/configure-verbose-audit-logs-through-terraform/m-p/113808#M44644</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I was looking into the databricks_workspace_conf Terraform resource to configure&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/verbose-logs" target="_self"&gt;Verbose Audit Logs&lt;/A&gt; (and avoid changing it through the UI). However, I attempted to apply this configuration and encountered the following error:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt; cannot create workspace conf: invalid Databricks Workspace configuration&lt;/P&gt;&lt;P&gt;My module configuration was as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resource "databricks_workspace_conf" "this" {
   custom_config = {
     "enableVerboseAuditLogs" : true
   }
 }&lt;/LI-CODE&gt;&lt;P&gt;I came across a previous &lt;A href="https://community.databricks.com/t5/data-engineering/can-terraform-be-used-to-set-configurations-in-admin-workspace/td-p/14836" target="_self"&gt;thread discussing a similar issue&lt;/A&gt;, which led me to a &lt;STRONG&gt;PowerShell script listing &lt;A href="https://www.powershellgallery.com/packages/DatabricksPS/1.12.1/Content/Public%5CWorkspaceConfig.ps1" target="_self"&gt;the available commands&lt;/A&gt;&lt;/STRONG&gt;—and it seems that this option is not present.&lt;/P&gt;&lt;P&gt;Would it be possible to enable this configuration through this module in the future?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:49:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/configure-verbose-audit-logs-through-terraform/m-p/113808#M44644</guid>
      <dc:creator>fedemgp</dc:creator>
      <dc:date>2025-03-27T13:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Configure verbose audit logs through terraform</title>
      <link>https://community.databricks.com/t5/data-engineering/configure-verbose-audit-logs-through-terraform/m-p/116226#M45273</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155488"&gt;@fedemgp&lt;/a&gt;&amp;nbsp;I was able to turn the desired setting on and off with Terraform with this code: &lt;A href="https://gist.github.com/olliefr/0d63a3958552ff42d94bf466e2a41cbd" target="_blank" rel="noopener"&gt;GitHub Gist&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Databricks Terraform provider version 1.74.0 and my Databricks runs on Google Cloud.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 16:54:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/configure-verbose-audit-logs-through-terraform/m-p/116226#M45273</guid>
      <dc:creator>TheRealOliver</dc:creator>
      <dc:date>2025-04-22T16:54:06Z</dc:date>
    </item>
  </channel>
</rss>

