A Pulumi package for creating and managing bitbucket cloud resources.
Project description
Pulumi Bitbucket Cloud Resource Provider
The Pulumi Bitbucket Cloud Resource Provider lets you manage Bitbucket resources.
This provider is just a bridge of the terraform provider terraform-provider-bitbucket published and maintained by DrFaust92.
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 @ryan-pip/bitbucket
or yarn
:
yarn add @ryan-pip/bitbucket
Python
To use from Python, install using pip
:
pip install pulumi-bitbucket
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/ryan-pip/pulumi-bitbucket/sdk/go/...
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Bitbucket
Configuration
The following configuration points are available for the bitbucket
provider:
bitbucket:username
(environment:BITBUCKET_USERNAME
) - (Optional) Username to use for authentication via Basic Auth.bitbucket:password
(environment:BITBUCKET_PASSWORD
) - (Optional) Password to use for authentication via Basic Authbitbucket:oauth_client_id
(environment:BITBUCKET_OAUTH_CLIENT_ID
) - (Optional) OAuth client ID to use for authentication via Client Credentials Grant. If configured, requires oauth_client_secret to be configured as well.bitbucket:oauth_client_secret
(environment:BITBUCKET_OAUTH_CLIENT_SECRET
) - (Optional) OAuth client secret to use for authentication via Client Credentials Grant. If configured, requires oauth_client_id to be configured as well.bitbucket:oauth_token
(environment:BITBUCKET_OAUTH_TOKEN
) - (Optional) An OAuth access token to use for authentication via OAuth.
Reference
For detailed reference documentation, please visit the github repo.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pulumi_bitbucket-0.0.12.tar.gz
.
File metadata
- Download URL: pulumi_bitbucket-0.0.12.tar.gz
- Upload date:
- Size: 55.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d02ecefa5cae8acc0b1c99ea28eb37bb52e2bee9e32f33dca62be2aa8c5073e5 |
|
MD5 | 92ec87c29d444ab9c9159aefb31fc865 |
|
BLAKE2b-256 | 8858003813215d507037f70528857b0c3683c5853bcc88cd37e23a942ee2cde6 |