Metadata-Version: 2.4
Name: pulumi_containerregistry
Version: 1.0.0a1754547460
Summary: A Pulumi package for creating and managing containerregistry cloud resources.
License: Apache-2.0
Project-URL: Homepage, https://www.pulumi.com
Project-URL: Repository, https://github.com/rhysmdnz/pulumi-containerregistry
Keywords: containerregistry,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"

# Containerregistry Resource Provider

The Containerregistry Resource Provider lets you manage [Containerregistry](http://example.com) resources.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

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

```bash
npm install @pulumi/containerregistry
```

or `yarn`:

```bash
yarn add @pulumi/containerregistry
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_containerregistry
```

### Go

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

```bash
go get github.com/pulumi/pulumi-containerregistry/sdk/go/...
```

### .NET

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

```bash
dotnet add package Pulumi.Containerregistry
```

## Configuration

The following configuration points are available for the `containerregistry` provider:

- `containerregistry:region` (environment: `CONTAINERREGISTRY_REGION`) - the region in which to deploy resources

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/containerregistry/api-docs/).
