Skip to main content

A Pulumi package for creating and managing honeycomb.io resources.

Project description

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:

  • Makefile builds binaries:
    • bin/pulumi-tfgen-honeycomb is the design-time code generator, and
    • bin/pulumi-resource-honeycomb is the runtime plugin linking to the Terraform provider.
  • provider/resources.go maps all the Terraform Provider metadata for use.
  • sdk is generated code of the provider; the sdk/go directory is generated but checked in.
  • examples/ example usage of pulumi_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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulumi_honeycomb-0.0.15.tar.gz (36.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page