@grapl/pulumi-buildkite
v0.2.5
Published
A Pulumi package for creating and managing Buildkite CI/CD platform resources.
Downloads
11
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-buildkite
Or, following the Pulumiverse migration:
npm install @pulumiverse/buildkite
or yarn
:
yarn add @grapl/pulumi-buildkite
Or, following the Pulumiverse migration:
yarn add @pulumiverse/buildkite
Python
To use from Python, install using pip
:
pip install pulumi_buildkite
Or, following the Pulumiverse migration:
pip install pulumiverse_buildkite
Go
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_pipelines
andread_pipelines
scopes.buildkite:organization
(environment:BUILDKITE_ORGANIZATION
) - The Buildkite organization slug.
Reference
For detailed reference documentation, please visit the Pulumi registry.