This repo contains a set of modules in the modules folder for deploying the agentless AWS integrations for Honeycomb.io.
These are production ready versions of the terraform examples in the Honeycomb Git repository.
This repo has the following folder structure:
- modules: This folder contains several standalone, reusable, production-grade modules.
- root folder: The root folder is empty and can not be used.
To deploy the agentless integration for a specific log/metrics aggregation to Honeycomb.io:
Contributions are very welcome! Check out the Contribution Guidelines for instructions.
This Module follows the principles of Semantic Versioning. You can find each new release, along with the changelog, in the Releases Page.
During initial development, the major version will be 0 (e.g., 0.x.y
), which indicates the code does not yet have a
stable API. Once we hit 1.0.0
, we will make every effort to maintain a backwards compatible API and use the MAJOR,
MINOR, and PATCH versions on each release to indicate any incompatibilities.
This code is released under the Apache 2.0 License. Please see LICENSE for more details.