@tonkean-public/pulumi-elasticstack
v0.0.11
Published
A Pulumi package for creating and managing elasticstack cloud resources.
Downloads
0
Maintainers
Readme
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-elasticstackor yarn:
yarn add @tonkean-public/pulumi-elasticstackPython
To use from Python, install using pip:
pip install pulumi_elasticstackGo
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.
