equinix / pulumi-equinix

An Equinix Pulumi resource package, providing multi-language access to Equinix
https://deploy.equinix.com/labs/pulumi/
Apache License 2.0
4 stars 2 forks source link

Actions Status NPM version Python version NuGet version PkgGoDev License

Equinix Resource Provider

PLEASE NOTE: *This provider supercedes the Pulumi Equinix Metal provider.

The Equinix Resource Provider lets you manage Equinix resources (Metal, Fabric, and Network Edge).

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 @equinix-labs/pulumi-equinix

or yarn:

yarn add @equinix-labs/pulumi-equinix

Python

To use from Python, install using pip:

pip install pulumi_equinix

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/equinix/pulumi-equinix/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumi.Equinix

Java

PLEASE NOTE: Java is currently in preview. For more details check out pulumi java documentation.

To use from Java, add the dependency below to your pom.xml file:

<dependency>
    <groupId>com.equinix.pulumi</groupId>
    <artifactId>equinix</artifactId>
    <version>[0.1.0,)</version>
</dependency>

Configuration

For information about obtaining API key and secret required for Equinix Fabric and Network Edge refer to Generating Client ID and Client Secret key from Equinix Developer Platform portal.

Interacting with Equinix Metal requires an API auth token that can be generated at Project-level or User-level. User API keys can be obtained by creating them in the Equinix Metal Portal or by using the Create a User API Key endpoint. Project API keys can also be obtained by creating them in the Equinix Metal Portal or by using the Create a Project API Key endpoint.

If you are only using Equinix Metal resources, you may omit the Client ID and Client Secret provider configuration parameters needed to access other Equinix resource types (Network Edge, Fabric, etc).

The following configuration points are available for the equinix provider:

Advanced configuration points:

Reference

For detailed reference documentation, please visit Equinix API Docs in th Pulumi Registry.