2016-08-08 02:56:44 +02:00
|
|
|
---
|
|
|
|
layout: "archive"
|
|
|
|
page_title: "Provider: Archive"
|
|
|
|
sidebar_current: "docs-archive-index"
|
|
|
|
description: |-
|
|
|
|
The Archive provider is used to manage archive files.
|
|
|
|
---
|
|
|
|
|
|
|
|
# Archive Provider
|
|
|
|
|
|
|
|
The archive provider exposes resources to manage archive files.
|
|
|
|
|
|
|
|
Use the navigation to the left to read about the available resources.
|
|
|
|
|
|
|
|
## Example Usage
|
|
|
|
|
2017-04-06 20:07:15 +02:00
|
|
|
```hcl
|
2017-02-18 23:48:50 +01:00
|
|
|
provider "archive" {}
|
2016-08-08 02:56:44 +02:00
|
|
|
```
|