Metadata-Version: 2.1
Name: pulumi-materialize
Version: 0.0.2
Summary: A Pulumi package for creating and managing materialize cloud resources.
Home-page: https://github.com/MaterializeInc/terraform-provider-materialize
License: Apache-2.0
Project-URL: Repository, https://github.com/MaterializeInc/terraform-provider-materialize
Keywords: pulumi materialize category/cloud
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Pulumi Provider: Materialize

[![Slack Badge](https://img.shields.io/badge/Join%20us%20on%20Slack!-blueviolet?style=flat&logo=slack&link=https://materialize.com/s/chat)](https://materialize.com/s/chat)

A [Pulumi](https://pulumi.com) provider for managing resources in a [Materialize](https://materialize.com/) account.

## Installing

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_materialize
```

## Configuration

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

- `materialize:host` (environment: `MZ_HOST`) -  Materialize host.
- `materialize:username` (environment: `MZ_USER`) - Materialize user.
- `materialize:password` (environment: `MZ_PW`) - Materialize password.
- `materialize:port` (environment: `MZ_PORT`) - The Materialize port number to connect to at the server host.
- `materialize:database` (environment: `MZ_DATABASE`) - Materialize database.

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute to this provider.

> **Warning**
> The provider is under active development.

