<?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 Re: How can I change the admin settings by Terraform? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-i-change-the-admin-settings-by-terraform/m-p/12913#M7664</link>
    <description>&lt;P&gt;Ok, looks like I can inspect the network and see which flags are sent to the endpoint. Tried that and it worked.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 08:21:38 GMT</pubDate>
    <dc:creator>petilodie</dc:creator>
    <dc:date>2022-07-21T08:21:38Z</dc:date>
    <item>
      <title>How can I change the admin settings by Terraform?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-change-the-admin-settings-by-terraform/m-p/12912#M7663</link>
      <description>&lt;P&gt;I need to update most of the settings that are visible on the Admin Console UI by using Terraform. &lt;A href="https://community.databricks.com/s/question/0D53f00001LKDmECAX/can-terraform-be-used-to-set-configurations-in-admin-workspace-settings" target="_blank" rel="noopener"&gt;In another post &lt;/A&gt;in this forum I saw that I can use `custom_config` in a `databricks_workspace_conf` resource to achieve that but the options seem limited.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the same post the accepted answer also shows how to change some of the settings with curl by sending a patch request to `workspace_conf` endpoint of the DataBricks REST API:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;curl --location --request PATCH 'https://test.cloud.databricks.com/api/2.0/workspace-conf' \
--header 'Authorization: Bearer REPLACE_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "enableWebTerminal": "true",
    "enableGp3": "true",
    "enableDbfsFileBrowser": "true",
    "enableDcs": "true"
}'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I looked through the API docs, I couldn't find anything related to this endpoint. I also tried searching the net by using the names of some of the settings but nothing came up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my questions is, how can I get a list of the flags that can be changed with this endpoint that I can also use with a Terraform configuration?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 13:34:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-change-the-admin-settings-by-terraform/m-p/12912#M7663</guid>
      <dc:creator>petilodie</dc:creator>
      <dc:date>2025-03-21T13:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I change the admin settings by Terraform?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-change-the-admin-settings-by-terraform/m-p/12913#M7664</link>
      <description>&lt;P&gt;Ok, looks like I can inspect the network and see which flags are sent to the endpoint. Tried that and it worked.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 08:21:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-change-the-admin-settings-by-terraform/m-p/12913#M7664</guid>
      <dc:creator>petilodie</dc:creator>
      <dc:date>2022-07-21T08:21:38Z</dc:date>
    </item>
  </channel>
</rss>

