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, andbin/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; thesdk/go
directory 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
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
pulumi_honeycomb-0.0.15.tar.gz
(36.3 kB
view details)
File details
Details for the file pulumi_honeycomb-0.0.15.tar.gz
.
File metadata
- Download URL: pulumi_honeycomb-0.0.15.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 090748c2971541f2c74e94f70d59094bd746e2f507c53da570e72d4f0c550e84 |
|
MD5 | 8322f1be6b5c739511760550abdeb684 |
|
BLAKE2b-256 | 37b45aa266582604edee74b887d3e5478e4645dcd3da24a5932ccacaa4cc5736 |