This release is a pre-release and may not be stable for production use.
Buildkite Resource Provider
The Buildkite Resource Provider lets you manage Buildkite resources.
The provider is built on https://github.com/buildkite/terraform-provider-buildkite.
Installing
[!IMPORTANT] The provider version
v2.3.1was built on the Terraform providerv0.25.1which was a pre-release version. Fromv3.0.0onwards this provider is compatible with the Terraform providerv1.x.x. Please note that backwards compatibility might not be given.
This package is available in many languages in the standard packaging formats.
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumiverse/buildkite
or yarn:
yarn add @pulumiverse/buildkite
Python
To use from Python, install using pip:
pip install pulumiverse-buildkite
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-buildkite/sdk/go/...
.NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.Buildkite
Configuration
The following configuration points are available for the buildkite provider:
buildkite:apiToken(required, environment:BUILDKITE_API_TOKEN) - A Buildkite API Access Token. Must have GraphQL access, as well as thewrite_pipelines,read_pipelinesandwrite_suitesscopes.buildkite:organization(required, environment:BUILDKITE_ORGANIZATION_SLUG) - The Buildkite organization slug.buildkite:graphqlUrl(optional, environment:BUILDKITE_GRAPHQL_URL) - The Buildkite GraphQL URL.buildkite:restUrl(optional, environment:BUILDKITE_REST_URL) - The Buildkite REST URL.
[!NOTE] The configuration keys are camelCase, e.g.
buildkite:apiToken, not the snake_case names used by the underlying Terraform provider. Pulumi silently ignores unknown configuration keys, so settingbuildkite:api_tokenresults in requests being sent without a token and failing with401 Unauthorized.
For example, to set the API token as a secret:
pulumi config set --secret buildkite:apiToken <your-token>
Example
Example for Typescript to create a resource:
import * as buildkite from '@pulumiverse/buildkite';
const args = {};
const vm = new buildkite.agent.AgentToken(
'token',
args,
);
Reference
For detailed reference documentation, please visit the upstream Terraform provider's documentation at: https://registry.terraform.io/providers/buildkite/buildkite/latest
Contributors
Thanks goes to these wonderful people (emoji key):
Daniel Mühlbachler-Pietrzykowski 🚧 💻 📖 |
Christopher Maier 💻 📖 |
Susan Evans 📖 |
Paul Stack 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Release files for pulumiverse-buildkite 3.5.0a1787595330
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumiverse_buildkite-3.5.0a1787595330.tar.gz | 81.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumiverse_buildkite-3.5.0a1787595330-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 210.8 kB
Release files / pulumiverse_buildkite-3.5.0a1787595330.tar.gz
| Download URL | pulumiverse_buildkite-3.5.0a1787595330.tar.gz |
|---|---|
| Size | 81.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fa575a78caed0c0a124c638fe598a3bcd7be6cc18f2e5bf98ebf1c782969e8b6
|
|
BLAKE2b-256 checksum How to use checksums |
bd9fa16167c8918740c44667a5d7dae40d2b238348815556f7584626a5641053
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.8
|
Release files / pulumiverse_buildkite-3.5.0a1787595330-py3-none-any.whl
| Download URL | pulumiverse_buildkite-3.5.0a1787595330-py3-none-any.whl |
|---|---|
| Size | 129.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e7eda9a9c69c1147bdd44020f9020e2beb31f88767473079518fb9bd36543e4c
|
|
BLAKE2b-256 checksum How to use checksums |
95e35995216c8857032fdcd8e5f82a82351b129786364734a9086bedf1161c0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.8
|