We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5865797 commit 6dc2dd8Copy full SHA for 6dc2dd8
docs/resources/ip_access_list.md
@@ -12,7 +12,7 @@ Security-conscious enterprises that use cloud SaaS applications need to restrict
12
```hcl
13
resource "databricks_workspace_conf" "this" {
14
custom_config = {
15
- "enableIpAccessLists" : true
+ "enableIpAccessLists" = true
16
}
17
18
0 commit comments