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.
|
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.
|
Generates an archive from content, a file, or directory of files.
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
data "archive_file" "init" {
|
data "archive_file" "init" {
|
||||||
type = "zip"
|
type = "zip"
|
||||||
source_file = "${path.module}/init.tpl"
|
source_file = "${path.module}/init.tpl"
|
||||||
output_path = "${path.module}/files/init.zip"
|
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
|
## Example Usage
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
provider "archive" {}
|
provider "archive" {}
|
||||||
```
|
```
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
<% content_for :sidebar do %>
|
<% content_for :sidebar do %>
|
||||||
<ul class="nav docs-sidenav">
|
<ul class="nav docs-sidenav">
|
||||||
<li>
|
<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>
|
</li>
|
||||||
|
|
||||||
<h4>
|
<li<%= sidebar_current("docs-alicloud-index") %>>
|
||||||
<a href="/docs/providers/alicloud/index.html">Alicloud</a>
|
<a class="back" href="/docs/providers/alicloud/index.html">Alicloud Provider</a>
|
||||||
</h4>
|
</li>
|
||||||
|
|
||||||
<h4>Data Sources</h4>
|
<h4>Data Sources</h4>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue