Port v2.0.23 published on Tuesday, Oct 1, 2024 by port-labs
Port: Installation & Configuration
Installation
The Pulumi Port provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@port-labs/port
- Python:
port_pulumi
- Go:
github.com/port-labs/pulumi-port/sdk/go/port
Configuration
The following configuration points are available for the port
provider:
port:clientId
- This is the Port client ID. (environment: PORT_CLIENT_ID)port:secret
- This is the Port secret. (environment: PORT_CLIENT_SECRET)port:baseUrl
(optional) - This is the Port base URL. (environment: PORT_BASE_URL)port:token
- (optional) This is the Port token.