Viewing docs for ElasticCloud (EC) v0.10.10
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
ElasticCloud (EC) Provider: Installation & Configuration
Viewing docs for ElasticCloud (EC) v0.10.10
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
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=XXXXXXIf 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.
Viewing docs for ElasticCloud (EC) v0.10.10
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
