Adding `azurerm` to the list of supported backends (#16531)
Fixes #16530
This commit is contained in:
parent
89b931e18a
commit
25c3a879db
|
@ -19,6 +19,7 @@ found on [the _purpose_ page](/docs/state/purpose.html).
|
|||
|
||||
Multiple workspaces are currently supported by the following backends:
|
||||
|
||||
* [AzureRM](/docs/backends/types/azurerm.html)
|
||||
* [Consul](/docs/backends/types/consul.html)
|
||||
* [S3](/docs/backends/types/s3.html)
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<a href="/docs/backends/types/artifactory.html">artifactory</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-backends-types-standard-azurerm") %>>
|
||||
<a href="/docs/backends/types/azurerm.html">azurerm (_formerly `azure`_)</a>
|
||||
<a href="/docs/backends/types/azurerm.html">azurerm</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-backends-types-standard-consul") %>>
|
||||
<a href="/docs/backends/types/consul.html">consul</a>
|
||||
|
|
Loading…
Reference in New Issue