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

# Elasticstack Resource Provider

The Elasticstack Resource Provider lets you manage [Elasticstack](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 @tonkean/pulumi-elasticstack
```

or `yarn`:

```bash
yarn add @tonkean/pulumi-elasticstack
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_elasticstack
```

### Go

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

```bash
go get github.com/tonkean/pulumi-elasticstack/sdk/go/...
```

### .NET

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

```bash
dotnet add package Pulumi.Elasticstack
```

## Configuration

## Reference

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


