honeycombio / terraform-honeycombio-opentelemetry-starter-pack

A terraform starter pack for creating honeycomb nouns for standard opentelemetry data
Other
5 stars 2 forks source link

Default to not creating modules or datasets #13

Closed tdarwin closed 1 year ago

tdarwin commented 1 year ago

Short description of the changes

This update to the module sets the creation of datasets and columns to false by default. This pushes us to the assumption that the required OpenTelemetry columns exist in the existing dataset, and allows the user to use the honeycombio_column resource if they want to if they find they're missing a column or two, or they can enable the creation of all columns in a dataset by setting their creation to true and then setting the dataset name. But by default we will assume they have data in the appropriate fields for the columns our queries and derived columns will use.