Microsoft Azure -> Azure
This commit is contained in:
parent
a64216de09
commit
6bd275158d
|
@ -7,7 +7,7 @@ does.
|
||||||
To try any example, clone this repository and run the following commands
|
To try any example, clone this repository and run the following commands
|
||||||
from within the example's directory:
|
from within the example's directory:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
$ terraform init
|
$ terraform init
|
||||||
$ terraform apply
|
$ terraform apply
|
||||||
```
|
```
|
||||||
|
|
|
@ -216,6 +216,10 @@
|
||||||
<a href="/docs/providers/aws/index.html">AWS</a>
|
<a href="/docs/providers/aws/index.html">AWS</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current("docs-providers-azurerm") %>>
|
||||||
|
<a href="/docs/providers/azurerm/index.html">Azure</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-providers-bitbucket") %>>
|
<li<%= sidebar_current("docs-providers-bitbucket") %>>
|
||||||
<a href="/docs/providers/bitbucket/index.html">Bitbucket</a>
|
<a href="/docs/providers/bitbucket/index.html">Bitbucket</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -348,10 +352,6 @@
|
||||||
<a href="/docs/providers/mailgun/index.html">Mailgun</a>
|
<a href="/docs/providers/mailgun/index.html">Mailgun</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-providers-azurerm") %>>
|
|
||||||
<a href="/docs/providers/azurerm/index.html">Microsoft Azure</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-providers-mysql") %>>
|
<li<%= sidebar_current("docs-providers-mysql") %>>
|
||||||
<a href="/docs/providers/mysql/index.html">MySQL</a>
|
<a href="/docs/providers/mysql/index.html">MySQL</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue