Update alicloud sidebar

This commit is contained in:
Seth Vargo 2017-04-06 14:07:15 -04:00
parent 56a50cb552
commit d41bd13b9c
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
3 changed files with 10 additions and 10 deletions

View File

@ -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"
}
```

View File

@ -14,6 +14,6 @@ Use the navigation to the left to read about the available resources.
## Example Usage
```
```hcl
provider "archive" {}
```

View File

@ -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>