Metadata-Version: 2.4
Name: pulumi_formal
Version: 1.1.0a1754696776
Summary: A Pulumi package for creating and managing Formal resources.
License: MPL-2.0
Project-URL: Homepage, https://joinformal.com
Project-URL: Repository, https://github.com/formalco/pulumi-formal
Keywords: formal,category/cloud,category/database,category/network
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"

<a href="https://joinformal.com">
    <img src=".github/formal_logo.svg" alt="Formal logo" title="Formal" align="right" height="50" />
</a>

# Formal Resource Provider

[joinformal.com](https://joinformal.com)

The Formal Resource Provider allows for the full lifecycle management of Formal 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 @formalco/pulumi
```

or `yarn`:

```bash
yarn add @formalco/pulumi
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_formal
```

### Go

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

```bash
go get github.com/formalco/pulumi-formal/sdk/go/v1
```

### .NET

We currently do not publish .NET versions of the Formal Pulumi SDK.
Please feel free to reach out to the Formal development team for any feature requests!

## Configuration

The following configuration points are available:
- `formal:apiKey` - (Required) The API key used to access the Formal control plane. For more information, see the [API keys documentation page.](https://docs.joinformal.com/tools/api-keys)

## Reference

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