Update alicloud sidebar
This commit is contained in:
parent
56a50cb552
commit
d41bd13b9c
|
@ -6,17 +6,17 @@ description: |-
|
|||
Generates an archive from content, a file, or directory of files.
|
||||
---
|
||||
|
||||
# archive\_file
|
||||
# archive_file
|
||||
|
||||
Generates an archive from content, a file, or directory of files.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```
|
||||
```hcl
|
||||
data "archive_file" "init" {
|
||||
type = "zip"
|
||||
source_file = "${path.module}/init.tpl"
|
||||
output_path = "${path.module}/files/init.zip"
|
||||
type = "zip"
|
||||
source_file = "${path.module}/init.tpl"
|
||||
output_path = "${path.module}/files/init.zip"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -14,6 +14,6 @@ Use the navigation to the left to read about the available resources.
|
|||
|
||||
## Example Usage
|
||||
|
||||
```
|
||||
```hcl
|
||||
provider "archive" {}
|
||||
```
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<% content_for :sidebar do %>
|
||||
<ul class="nav docs-sidenav">
|
||||
<li>
|
||||
<a class="back" href="/docs/providers/alicloud/index.html">All Providers</a>
|
||||
<a class="back" href="/docs/providers/index.html">All Providers</a>
|
||||
</li>
|
||||
|
||||
<h4>
|
||||
<a href="/docs/providers/alicloud/index.html">Alicloud</a>
|
||||
</h4>
|
||||
<li<%= sidebar_current("docs-alicloud-index") %>>
|
||||
<a class="back" href="/docs/providers/alicloud/index.html">Alicloud Provider</a>
|
||||
</li>
|
||||
|
||||
<h4>Data Sources</h4>
|
||||
|
||||
|
|
Loading…
Reference in New Issue