A Pulumi package for creating and managing ElasticCloud resources.
Project description
Elastic Cloud Resource Provider
The Elastic Cloud Resource Provider lets you manage Elastic Cloud 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 @pulumi/ec
or yarn
:
yarn add @pulumi/ec
Python
To use from Python, install using pip
:
pip install pulumi_ec
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-ec/sdk
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.ElasticCloud
Configuration
The following configuration points are available for the ec
provider:
ec:endpoint
: The Elastic Cloud endpoint to which requests should be sent. This value should be specified only when using the Elastic Cloud provider with an ECE installation or ESS Private.ec:apikey
: The Elastic Cloud API key, recommended overusername
andpassword
to authenticate against the Elastic Cloud API. May also be sourced from environment variableEC_API_KEY
.ec:username
: The Elastic Cloud username. May also be sourced from environment variableEC_USER
orEC_USERNAME
. Conflicts withec:apiKey
. Not recommened - prefer usingec:apikey
overec:username
andec:password
.ec:password
: The Elastic Cloud user's password. May also be sourced from environment variableEC_PASS
orEC_PASSWORD
. Conflicts withec:apiKey
. Not recommened - prefer usingec:apikey
overec:username
andec:password
.ec:insecure
: Iftrue
, allows the provider to skip TLS verification (not recommended). Defaults tofalse
.ec:timeout
: Allows the user to set a custom timeout in the individual HTTP request level. Defaults to 1 minute ("1m"
), but can be extended if timeouts are experienced.ec:verbose
: When set to true, it writes a requests.json file in the folder where Terraform runs with all the outgoing HTTP requests and responses. Defaults to false.ec:verboseCredentials
: If set totrue
andec:verbose
is set totrue
, the contents of the Authorization header will not be redacted. Defaults tofalse
.ec:verboseFile
: Sets the name of the file to which verbose request and response HTTP flow will be written. Defaults torequest.log
.
Either ec:endpoint
or (ec:username
and ec:password
) must be specified. All other parameters are optional:
Reference
For detailed reference documentation, please visit the Pulumi registry.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pulumi_ec-0.9.0a1721972224.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46ca4334c15aba4ccecd89cf29d4d39470ec65aa34dd48213468b2d655c881c3 |
|
MD5 | c6970177211fea469bd622662554d915 |
|
BLAKE2b-256 | e01ed62fbb9a3ca6ebb2188ef4aed9c541d540c95c12377dcacf918c46b7f416 |
Hashes for pulumi_ec-0.9.0a1721972224-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 540bb9032bba368177954434bd515ff1a4eb58e7318b8c5e71afa9eb6962d2a8 |
|
MD5 | 6c5f438391a97ab15888da1f718c5b9f |
|
BLAKE2b-256 | 88cbaf850742c971058aa18db91dbcaa15c59cc0df69f1966d9359a578a33e98 |