A native Pulumi package for managing Pulumi Cloud resources (e.g., stacks, environments, teams, webhooks, OIDC providers, RBAC roles). Current version 0.39.0, requires Python >=3.9. Release cadence: ~monthly.
pip install pulumi-pulumiserviceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Pulumi Cloud stack resource.
Use the new PolicyGroupPolicyPackReference and PolicyGroupStackReference types.
Update all OrganizationRole permissions to use 'kind' instead of '__type'.
Use Pulumi config: pulumi config set pulumi-pulumiservice:access_token <token>
Ensure each environment name used in TeamEnvironmentPermission is globally unique.
Use: import pulumi_pulumiservice as pulumiservice
Set the access token via Pulumi config: pulumi config set pulumi-pulumiservice:access_token <token>
Update your role permissions to use 'kind' instead of '__type'.