New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cuemby/equinix

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cuemby/equinix

A Pulumi package for creating and managing equinix cloud resources.

  • 0.0.1-alpha.1658432893
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by16.67%
Maintainers
1
Weekly downloads
 
Created
Source

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/equinix

or yarn:

yarn add @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/pulumi/pulumi-equinix/sdk/go/...

.NET

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

dotnet add package Pulumi.Equinix

Configuration

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.

Keywords

FAQs

Package last updated on 21 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc