Microsoft Azure -> Azure

This commit is contained in:
tombuildsstuff 2017-11-07 15:35:23 +00:00
parent a64216de09
commit 6bd275158d
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ does.
To try any example, clone this repository and run the following commands
from within the example's directory:
```
```shell
$ terraform init
$ terraform apply
```

View File

@ -216,6 +216,10 @@
<a href="/docs/providers/aws/index.html">AWS</a>
</li>
<li<%= sidebar_current("docs-providers-azurerm") %>>
<a href="/docs/providers/azurerm/index.html">Azure</a>
</li>
<li<%= sidebar_current("docs-providers-bitbucket") %>>
<a href="/docs/providers/bitbucket/index.html">Bitbucket</a>
</li>
@ -348,10 +352,6 @@
<a href="/docs/providers/mailgun/index.html">Mailgun</a>
</li>
<li<%= sidebar_current("docs-providers-azurerm") %>>
<a href="/docs/providers/azurerm/index.html">Microsoft Azure</a>
</li>
<li<%= sidebar_current("docs-providers-mysql") %>>
<a href="/docs/providers/mysql/index.html">MySQL</a>
</li>