A pulumi provider for Honeycomb.io
This provider is based on the honeycomb terraform provider, and is currently in an experimental state.
It is created using the Pulumi Terraform Bridge, and has standard project layout:
Makefilebuilds binaries:bin/pulumi-tfgen-honeycombis the design-time code generator, andbin/pulumi-resource-honeycombis the runtime plugin linking to the Terraform provider.
provider/resources.gomaps all the Terraform Provider metadata for use.sdkis generated code of the provider; thesdk/godirectory is generated but checked in.examples/example usage ofpulumi_honeycomb.
Building
make python-sdk VERSION=0.0.8 (yes, the old version; alternatively, any other SDK that you use)
make bin/pulumi-resource-honeycomb
Then in your pulumi code base:
install the SDK from the local directory (using pip install -e path/to/pulumi-honeycomb/sdk/python/)
PATH=/path/to/bin/pulumi-resource-honeycomb:$PATH pulumi up
Release files for pulumi-honeycomb 0.0.15
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_honeycomb-0.0.15.tar.gz | 36.3 kB | Details |
Release files / pulumi_honeycomb-0.0.15.tar.gz
| Download URL | pulumi_honeycomb-0.0.15.tar.gz |
|---|---|
| Size | 36.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
090748c2971541f2c74e94f70d59094bd746e2f507c53da570e72d4f0c550e84
|
|
BLAKE2b-256 checksum How to use checksums |
37b45aa266582604edee74b887d3e5478e4645dcd3da24a5932ccacaa4cc5736
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|