Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
/ pulumi Public archive

Pulumi provider for Port Labs

License

Notifications You must be signed in to change notification settings

port-labs/pulumi

Repository files navigation

🚨 NOTE: This repository is archived and moved to https://github.com/port-labs/pulumi-port 🚨

Port Resource Provider

Port

The Port Resource Provider lets you manage Port 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 @port-labs/pulumi

or yarn:

yarn add @port-labs/pulumi

Python

To use from Python, install using pip:

pip install port_pulumi

Go

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

go get github.com/port-labs/pulumi/sdk

Configuration

The following configuration points are available for the port provider:

  • port:baseUrl (environment: PORT_BASE_URL) - This is the Port base URL.
  • port:clientId (environment: PORT_CLIENT_ID) - This is the Port client ID.
  • port:secret (environment: PORT_CLIENT_SECRET) - This is the Port secret.
  • port:token - This is the Port token.