buildevents-starter-pack

honeycombio/buildevents-starter-pack/honeycombio

Terraform Module HCL HONEYCOMBIO

terraform module to setup Honeycomb resources to allow for getting started with exploring Buildevents sent from CI/CD pipelines

Install
module "buildevents-starter-pack" {
source = "honeycombio/buildevents-starter-pack/honeycombio"
version = "0.0.4"
}
plain text: /constructs/tfmod-honeycombio-buildevents-starter-pack-honeycombio/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Honeycombio Buildevents Starter Pack ============================================== ![OSS Lifecycle](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md) ![CI](https://github.com/honeycombio/terraform-honeycombio-buildevents-starter-pack/actions?query=Test%20Terraform%20Module) This module creates resources like Boards and Queries in Honeycomb to kick off exploration of Build events sent by CI/CD systems. Use The minimal config is: ``hcl module "explore-buildevents" { source = "honeycombio/buildevents-starter-pack/honeycombio" honeycomb_dataset = "buildevents" # Optional: defaults to buildevents query_time_range = 604800 # in seconds. Optional: defaults to 7 days ideal_build_duration_ms = 120000 # in milliseconds. Optional: defaults to 2 minutes

Inputs (3)
NameTypeDescriptionDefault
ideal_build_duration_msnumberIdeal or target build durations for your builds - in milliseconds.120000
honeycomb_datasetstringName of the dataset the build events data from CI/CD systems are being sent to."buildevents"
query_time_rangenumberTime range to use for the query runs - in seconds.604800
Outputs (1)
buildevents_board_name — Name of the board created
Resources (4)
honeycombio_boardhoneycombio_derived_columnhoneycombio_queryhoneycombio_query_annotation
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.4
Cloud HONEYCOMBIO
★ Stars4
Forks0
Total downloads151
Inputs3
Outputs1
Resources4
LicenseNOASSERTION
Namespacehoneycombio
Updated