docs/honeycombio.md
export HONEYCOMB_API_KEY=MYAPIKEY
./terraformer import honeycombio --resources=board,trigger
board
honeycombio_boardhoneycombio_queryhoneycombio_query_annotationderived_column
honeycombio_derived_columntrigger
honeycombio_queryhoneycombio_triggerslo
honeycombio_burn_alerthoneycombio_derived_columnhoneycombio_sloIf 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