Skip to content

Commit

Permalink
azurerm_databrocks_workspace: Fix disabling default firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
favoretti committed Jun 14, 2024
1 parent 1d6f2d1 commit e8c4b2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,10 @@ func resourceDatabricksWorkspaceCreateUpdate(d *pluginsdk.ResourceData, meta int
}

workspace.Properties.AccessConnector = &accessConnectorProperties
workspace.Properties.DefaultStorageFirewall = &defaultStorageFirewallEnabled
}

workspace.Properties.DefaultStorageFirewall = &defaultStorageFirewallEnabled

if requireNsgRules != "" {
requiredNsgRulesConst := workspaces.RequiredNsgRules(requireNsgRules)
workspace.Properties.RequiredNsgRules = &requiredNsgRulesConst
Expand Down

0 comments on commit e8c4b2f

Please sign in to comment.