0.0.15 • Published 3 years ago
@materializeinc/pulumi-honeycomb v0.0.15
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