Metadata-Version: 2.4
Name: pulumi_archive
Version: 0.4.0a1754457473
Summary: A Pulumi package for creating and managing Archive cloud resources.
License: Apache-2.0
Project-URL: Homepage, https://www.pulumi.com/
Project-URL: Repository, https://github.com/pulumi/pulumi-archive
Keywords: pulumi,category/cloud
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: parver>=0.2.1
Requires-Dist: pulumi<4.0.0,>=3.165.0
Requires-Dist: semver>=2.8.1
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"

[![Actions Status](https://github.com/pulumi/pulumi-archive/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-archive/actions)
[![NPM version](https://img.shields.io/npm/v/@pulumi/archive)](https://www.npmjs.com/package/@pulumi/archive)
[![Python version](https://img.shields.io/pypi/v/pulumi_archive)](https://pypi.org/project/pulumi_archive)
[![NuGet version](https://img.shields.io/nuget/v/Pulumi.Archive)](https://www.nuget.org/packages/Pulumi.Archive)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-archive/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-archive/sdk/go)
[![License](https://img.shields.io/github/license/pulumi/pulumi-archive)](https://github.com/pulumi/pulumi-archive/blob/master/LICENSE)

# Archive Resource Provider

This provider is mainly used for ease of converting terraform programs to Pulumi.
For standard use in Pulumi programs, please use your programming language's filesystem library.

The Archive resource provider for Pulumi lets you use Archive resources in your cloud programs.
To use this package, please [install the Pulumi CLI first](https://www.pulumi.com/docs/install/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @pulumi/archive

or `yarn`:

    $ yarn add @pulumi/archive

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_archive

### Go

To use from Go, use `go get` to grab the latest version of the library:

    $ go get github.com/pulumi/pulumi-archive/sdk

### .NET

To use from .NET, install using `dotnet add package`:

    $ dotnet add package Pulumi.Archive

<!-- If your provider has configuration, remove this comment and the comment tags below, updating the documentation. -->
<!--

## Configuration

The following Pulumi configuration can be used:

- `archive:token` - (Required) The API token to use with Archive. When not set, the provider will use the `ARCHIVE_TOKEN` environment variable.

-->

<!-- If your provider has reference material available elsewhere, remove this comment and the comment tags below, updating the documentation. -->
<!--

## Reference

For further information, please visit [Archive reference documentation](https://example.com/archive).

-->
