Skip to content

Commit

Permalink
Update ip_access_list.md (#2039)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
watsonjm authored Feb 24, 2023
1 parent 5865797 commit 6dc2dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/ip_access_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Security-conscious enterprises that use cloud SaaS applications need to restrict
```hcl
resource "databricks_workspace_conf" "this" {
custom_config = {
"enableIpAccessLists" : true
"enableIpAccessLists" = true
}
}
Expand Down

0 comments on commit 6dc2dd8

Please sign in to comment.