Skip to content

Commit 6dc2dd8

Browse files
authored
Update ip_access_list.md (#2039)
This example is wrong, it is also wrong on the https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/workspace_conf page. Terraform v1.3.7 will attempt to apply the resource and then error out.
1 parent 5865797 commit 6dc2dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/ip_access_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Security-conscious enterprises that use cloud SaaS applications need to restrict
1212
```hcl
1313
resource "databricks_workspace_conf" "this" {
1414
custom_config = {
15-
"enableIpAccessLists" : true
15+
"enableIpAccessLists" = true
1616
}
1717
}
1818

0 commit comments

Comments
 (0)