A Pulumi package for creating and managing elasticstack cloud resources.
Project description
Elasticstack Resource Provider
The Elasticstack Resource Provider lets you manage Elasticstack 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:
npm install @tonkean-public/pulumi-elasticstack
or yarn:
yarn add @tonkean-public/pulumi-elasticstack
Python
To use from Python, install using pip:
pip install pulumi_elasticstack
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/tonkean/pulumi-elasticstack/sdk/go/...
Configuration
Python example use:
import pulumi_elasticstack
pulumi_elasticstack.Provider(
resource_name='test_Provider',
elasticsearch=pulumi_elasticstack.ProviderElasticsearchArgs(
username='USERNAME',
password='PASSWORD',
endpoints=['http://localhost:9200']
)
)
Reference
For detailed reference documentation, please visit the Pulumi registry.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pulumi_elasticstack-0.0.11.tar.gz
(114.5 kB
view details)
File details
Details for the file pulumi_elasticstack-0.0.11.tar.gz.
File metadata
- Download URL: pulumi_elasticstack-0.0.11.tar.gz
- Upload date:
- Size: 114.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2cb23c0184b46077b7dc478e6e0cf3c739f30fada6d4f5d918d31e96f60a8a3
|
|
| MD5 |
906137b4f33184578b7f32097a83d401
|
|
| BLAKE2b-256 |
91836a5e7a3e545306d38184eaba4b9ca4cdea9cf0ee4d49b06aaec6e54c6589
|