github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/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 ```