@cuemby/equinix
v0.0.1-alpha.1658432893
Published
A Pulumi package for creating and managing equinix cloud resources.
Downloads
30
Maintainers
Readme
Equinix Resource Provider
The Equinix Resource Provider lets you manage Equinix 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/equinixor yarn:
yarn add @pulumi/equinixPython
To use from Python, install using pip:
pip install pulumi_equinixGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumi/pulumi-equinix/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.EquinixConfiguration
The following configuration points are available for the equinix provider:
equinix:authToken(environment:METAL_AUTH_TOKEN) - This is your Equinix Metal API Auth token.equinix:clientId(environment:EQUINIX_API_CLIENTID) - API Consumer Key available under "My Apps" in developer portal.equinix:clientSecret(environment:EQUINIX_API_CLIENTSECRET) - API Consumer secret available under "My Apps" in developer portal.equinix:token(environment:EQUINIX_API_TOKEN) - API tokens are generated from API Consumer clients using the OAuth2 API.equinix:endpoint(environment:EQUINIX_API_ENDPOINT) - The Equinix API base URL to point out desired environment.
Reference
For detailed reference documentation, please visit the Pulumi registry.
