Metadata-Version: 2.4
Name: pulumi_astronomer
Version: 1.2.4
Summary: A Pulumi package for creating and managing Astronomer Cloud resources
License: Apache-2.0
Project-URL: Homepage, https://github.com/ryan-pip/pulumi-astronomer
Project-URL: Repository, https://github.com/ryan-pip/pulumi-astronomer
Keywords: pulumi,astronomer,category/infrastructure
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: parver>=0.2.1
Requires-Dist: pulumi<4.0.0,>=3.0.0
Requires-Dist: semver>=2.8.1
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"

# Astronomer Resource Provider

The Astronomer Resource Provider lets you manage [astronomer](https://www.pulumi.com/registry/packages/astronomer/) resources as
part of the [Astronomer Cloud](https://www.astronomer.io/).

This provider is a bridged version of the offical [astonomer terraform provider](https://registry.terraform.io/providers/astronomer/astro/latest/docs).

## 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 @ryan-pip/pulumi_astronomer
```

or `yarn`:

```bash
yarn add @ryan-pip/pulumi_astronomer
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-astronomer
```

### Go

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

```bash
go get github.com/ryan-pip/pulumi-astronomer/sdk/go/...
```

### .NET (ToD0)

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

```bash
dotnet add package RyanPip.Astronomer
```

## Reference

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