Skip to content

Commit

Permalink
Merge pull request #66 from pregress/pregress-fix-type
Browse files Browse the repository at this point in the history
Fix typo in tenant login.md
  • Loading branch information
magne committed Aug 24, 2023
2 parents 3f19729 + 44a9dbe commit eb5a75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `login` block supports the following arguments:

The `azure_login` block supports the following arguments:

* `tenant_id` - (Required) The tanant ID of the principal used to login to the SQL Server. Can also be sourced from the `MSSQL_TENANT_ID` environment variable.
* `tenant_id` - (Required) The tenant ID of the principal used to login to the SQL Server. Can also be sourced from the `MSSQL_TENANT_ID` environment variable.
* `client_id` - (Required) The client ID of the principal used to login to the SQL Server. Can also be sourced from the `MSSQL_CLIENT_ID` environment variable.
* `client_secret` - (Required) The client secret of the principal used to login to the SQL Server. Can also be sourced from the `MSSQL_CLIENT_SECRET` environment variable.

Expand Down

0 comments on commit eb5a75e

Please sign in to comment.