github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/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 ```