Skip to content

Commit

Permalink
Doc: fixed provider reference in example usage (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
GBDBEN1 authored Feb 7, 2023
1 parent 44ced75 commit fa2c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ provider "databricks" {
}
resource "databricks_user" "account_user" {
provider = databricks.mws
provider = databricks.azure_account
user_name = "me@example.com"
display_name = "Example user"
}
Expand Down

0 comments on commit fa2c48e

Please sign in to comment.