This release is a pre-release and may not be stable for production use.
Terraform Bridge Provider Boilerplate
This repository is the template for authoring a Pulumi package from an existing Terraform provider as part of the guide for authoring and publishing Pulumi packages.
This repository is initially set up as a fictitious provider named "xyz" to demonstrate a resource, a data source and configuration derived from the github.com/pulumi/terraform-provider-xyz provider.
Read the setup instructions for step-by-step instructions on how to bridge a new provider and refer to our complete docs guide for authoring and publishing a Pulumi Package.
Xyz Resource Provider
The Xyz Resource Provider lets you manage Xyz resources.
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 @pulumi/xyz
or yarn:
yarn add @pulumi/xyz
Python
To use from Python, install using pip:
pip install pulumi_xyz
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumi/pulumi-xyz/sdk/go/...
.NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.Xyz
Configuration
The following configuration points are available for the xyz provider:
xyz:region(environment:XYZ_REGION) - the region in which to deploy resources
Reference
For detailed reference documentation, please visit the Pulumi registry.
Release files for pulumi-xyz 0.1.0a1733207035
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_xyz-0.1.0a1733207035.tar.gz | 9.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_xyz-0.1.0a1733207035-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.7 kB
Release files / pulumi_xyz-0.1.0a1733207035.tar.gz
| Download URL | pulumi_xyz-0.1.0a1733207035.tar.gz |
|---|---|
| Size | 9.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
78f091aaaa8e621e950fe78414bdb9b865d0c43af868e3f551568739877efd8c
|
|
BLAKE2b-256 checksum How to use checksums |
d7f230bfb0c02d109bd7c5d61ce8b7486b06088b62b0a4bfdbe44c9807cb22e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.11.8
|
Release files / pulumi_xyz-0.1.0a1733207035-py3-none-any.whl
| Download URL | pulumi_xyz-0.1.0a1733207035-py3-none-any.whl |
|---|---|
| Size | 13.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
41b55c579d60444a0000749e68e524db9e78f23d3c23796bfa2a8c804937a26d
|
|
BLAKE2b-256 checksum How to use checksums |
f43661ee8c961065b1b259ed22dfedbf9237e8df3a102279b793991d2fb5cc22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.11.8
|