@grapl/pulumi-buildkite
v0.2.5
Published
A Pulumi package for creating and managing Buildkite CI/CD platform resources.
Readme
Buildkite Resource Provider
The Buildkite Resource Provider lets you manage Buildkite CI/CD resources.
NOTE: This provider is in the process of being migrated to the Pulumiverse organization. Make note of the upcoming package name changes below for your SDK.
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 @grapl/pulumi-buildkiteOr, following the Pulumiverse migration:
npm install @pulumiverse/buildkiteor yarn:
yarn add @grapl/pulumi-buildkiteOr, following the Pulumiverse migration:
yarn add @pulumiverse/buildkitePython
To use from Python, install using pip:
pip install pulumi_buildkiteOr, following the Pulumiverse migration:
pip install pulumiverse_buildkiteGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/grapl-security/pulumi-buildkite/sdk/go/...Or, following the Pulumiverse migration:
go get github.com/pulumiverse/pulumi-buildkite/sdk/go/...Configuration
The following configuration points are available for the buildkite provider:
buildkite:api_token(environment:BUILDKITE_API_TOKEN) - A Buildkite API Access Token. Must have GraphQL access, as well as thewrite_pipelinesandread_pipelinesscopes.buildkite:organization(environment:BUILDKITE_ORGANIZATION) - The Buildkite organization slug.
Reference
For detailed reference documentation, please visit the Pulumi registry.
