diff --git a/website/source/docs/providers/archive/d/archive_file.md b/website/source/docs/providers/archive/d/archive_file.md index 2f8c8292c..51e833493 100644 --- a/website/source/docs/providers/archive/d/archive_file.md +++ b/website/source/docs/providers/archive/d/archive_file.md @@ -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" } ``` diff --git a/website/source/docs/providers/archive/index.html.markdown b/website/source/docs/providers/archive/index.html.markdown index 71b98011a..b9787f6b6 100644 --- a/website/source/docs/providers/archive/index.html.markdown +++ b/website/source/docs/providers/archive/index.html.markdown @@ -14,6 +14,6 @@ Use the navigation to the left to read about the available resources. ## Example Usage -``` +```hcl provider "archive" {} ``` diff --git a/website/source/layouts/alicloud.erb b/website/source/layouts/alicloud.erb index f7d1d60bd..f582d8324 100644 --- a/website/source/layouts/alicloud.erb +++ b/website/source/layouts/alicloud.erb @@ -2,12 +2,12 @@ <% content_for :sidebar do %>