Skip to content

Commit 895a172

Browse files
authored
Expand troubleshooting guide with typical error when creating groups/users on the Account level (#2338)
1 parent c41d0d8 commit 895a172

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/guides/troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,8 @@ You can get this error during provisioning of the Databricks workspace. It aris
115115
## Error: 'strconv.ParseInt parsing "...." value out of range' or "Attribute must be a whole number, got N.NNNNe+XX"
116116
117117
This kind of errors happens when the 32-bit version of Databricks Terraform provider is used, usually on Microsoft Windows. To fix the issue you need to switch to use of the 64-bit versions of Terraform and Databricks Terraform provider.
118+
119+
## Error: cannot create xxxx: HTTP method POST is not supported by this URL
120+
121+
This error may appear when creating Databricks users/groups/service principals on Databricks account level when no `account_id` is specified in the provider's configuration. Make sure that `account_id` is specified & has a correct value.
122+

0 commit comments

Comments
 (0)