A Pulumi package for creating and managing equinix-metal cloud resources.


Keywords
pulumi, equinix-metal
License
Apache-2.0
Install
pip install pulumi-equinix-metal==3.3.0a1696874530

Documentation

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

Equinix Metal provider

PLEASE NOTE: This provider has been DEPRECATED in favor of https://github.com/equinix/pulumi-equinix. Please use Equinix' official Pulumi provider going forward.

The Equinix Metal resource provider for Pulumi lets you use Equinix Metal resources in your cloud programs. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/equinix-metal

or yarn:

$ yarn add @pulumi/equinix-metal

Python

To use from Python, install using pip:

$ pip install pulumi_equinix_metal

Go

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

$ go get github.com/pulumi/pulumi-equinix-metal/sdk/v3

.NET

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

$ dotnet add package Pulumi.EquinixMetal

Configuration

The following configuration points are available:

  • equinix-metal:authToken - (Required) This is your Equinix Metal API Auth token. This can also be specified with the PACKET_AUTH_TOKEN or METAL_AUTH_TOKEN shell environment variable.

Reference

For further information, please visit the Equinix Metal provider docs or for detailed reference documentation, please visit the API docs.