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

View File

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

View File

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