ElasticCloud (EC) v0.10.2 published on Wednesday, Oct 2, 2024 by Pulumi
Ec Provider: Installation & Configuration
The Pulumi ElasticCloud provider uses the ElasticCloud SDK to manage resources.
Installation
The ElasticCloud provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/ec
- Python:
pulumi-ec
- Go: pulumi/pulumi
- .NET:
Pulumi.ElasticCloud
- Java:
com.pulumi/ec
Configuring The Provider
Pulumi relies on the ElasticCloud SDK to authenticate requests from your computer to ElasticCloud. Your credentials are never sent to pulumi.com. Once the credentials are obtained, there are two ways to communicate your configuration parameters to Pulumi:
Set the environment variable
EC_API_KEY
:$ export EC_API_KEY=XXXXXX
If you prefer that they be stored alongside your Pulumi stack for easy multi-user access:
$ pulumi config set ec:apikey XXXXXX --secret
The complete list of configuration parameters is in the ElasticCloud provider README.