Merge pull request #16583 from hashicorp/azurerm-website
Renaming the Azure Provider
This commit is contained in:
commit
c2c9e4f418
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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,14 +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-azurerm") %>>
|
||||
<a href="/docs/providers/azure/index.html">Microsoft Azure (Legacy ASM)</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-providers-mysql") %>>
|
||||
<a href="/docs/providers/mysql/index.html">MySQL</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue