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

# Genesis Cloud Resource Provider

The Genesis Cloud Resource Provider lets you manage [Genesis Cloud](http://genesiscloud.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 @genesiscloud/pulumi-genesiscloud
```

or `yarn`:

```bash
yarn add @genesiscloud/pulumi-genesiscloud
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-genesiscloud
```

### Go

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

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

### .NET

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

```
dotnet add package GenesisCloud.PulumiPackage.Genesiscloud
```

## Configuration

The following configuration points are available:

- `genesiscloud:token` - (Required) This is the Genesis Cloud API Token, can also be specified with the `GENESISCLOUD_TOKEN` environment variable.
- `genesiscloud:endpoint` - (Optional) This is the Genesis Cloud API endpoint, can be used to override the default API Endpoint `https://api.genesiscloud.com`. It can also be specified with the `GENESISCLOUD_ENDPOINT` environment variable.

## Reference

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


