Skip to content

Commit

Permalink
Merge pull request #12 from terraform-providers/docs/fixes
Browse files Browse the repository at this point in the history
adding the `azure providers` to the sidebar
  • Loading branch information
tombuildsstuff authored Jan 10, 2019
2 parents 779c9d0 + 918fbc8 commit bc2652c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions website/azuread.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
<a href="/docs/providers/index.html">All Providers</a>
</li>

<li>
<a href="#">Azure Providers</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-azuread-index") %>>
<a href="/docs/providers/azuread/index.html">Azure Active Directory</a>
</li>
<li<%= sidebar_current("docs-azurerm-index") %>>
<a href="/docs/providers/azurerm/index.html">Azure</a>
</li>
<li<%= sidebar_current("docs-azurestack-index") %>>
<a href="/docs/providers/azurestack/index.html">Azure Stack</a>
</li>
</ul>
</li>

<li<%= sidebar_current("docs-azuread-authentication") %>>
<a href="#">Authentication</a>
<ul class="nav nav-visible">
Expand Down
6 changes: 3 additions & 3 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ We recommend using either a Service Principal or Managed Service Identity when r

```hcl
# Configure the Microsoft Azure Active Directory Provider
provider "azuread" {}
provider "azuread" {
version = "=0.1.0"
}
# Create an application
resource "azuread_application" "example" {
Expand All @@ -43,8 +45,6 @@ resource "azuread_service_principal" "example" {
}
```

## Argument Reference

## Features and Bug Requests

The Azure Active Directory provider's bugs and feature requests can be found in the [GitHub repo issues](https://github.com/terraform-providers/terraform-provider-azuread/issues).
Expand Down

0 comments on commit bc2652c

Please sign in to comment.