export HONEYCOMB_API_KEY=MYAPIKEY
./terraformer import honeycombio --resources=board,triggerboardhoneycombio_boardhoneycombio_queryhoneycombio_query_annotation
derived_columnhoneycombio_derived_column
triggerhoneycombio_queryhoneycombio_trigger
slohoneycombio_burn_alerthoneycombio_derived_columnhoneycombio_slo
If no datasets are specified via the --datasets argument, and the API key is not for a Honeycomb Classic environment, the __all__ dataset for Environment-wide assets (e.g. derived columns, boards) will be appended to the dataset list.
If you wish to import a specific list of datasets including environment-wide assets (e.g. derived columns, boards) you must add __all__ to the list of provided datasets.
export HONEYCOMB_API_KEY=MYAPIKEY
./terraformer import honeycombio --resources=derived_column,board --datasets=__all__,my.service