github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/docs/providers/archive/index.html.markdown (about)

     1  ---
     2  layout: "archive"
     3  page_title: "Provider: Archive"
     4  sidebar_current: "docs-archive-index"
     5  description: |-
     6    The Archive provider is used to manage archive files.
     7  ---
     8  
     9  # Archive Provider
    10  
    11  The archive provider exposes resources to manage archive files.
    12  
    13  Use the navigation to the left to read about the available resources.
    14  
    15  ## Example Usage
    16  
    17  ```hcl
    18  provider "archive" {}
    19  ```