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.
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.