Skip to content

Commit

Permalink
Use 0.12+ syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Sep 28, 2020
1 parent 4b0c975 commit b67be07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/mssql_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The following attributes are exported:

* `tenant_id` - The Tenant ID for the Service Principal associated with the Identity of this SQL Server.

-> You can access the Principal ID via `${azurerm_mssql_server.example.identity.0.principal_id}` and the Tenant ID via `${azurerm_mssql_server.example.identity.0.tenant_id}`
-> You can access the Principal ID via `azurerm_mssql_server.example.identity.0.principal_id` and the Tenant ID via `azurerm_mssql_server.example.identity.0.tenant_id`

---

Expand Down

0 comments on commit b67be07

Please sign in to comment.