21 lines
374 B
Markdown
21 lines
374 B
Markdown
|
---
|
||
|
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
|
||
|
|
||
|
```
|
||
|
provider "archive" {
|
||
|
}
|
||
|
```
|