github.com/minamijoyo/terraform@v0.7.8-0.20161029001309-18b3736ba44b/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  ```
    18  provider "archive" {
    19  }
    20  ```