A Terraform provider for Honeycomb.io.
📄 Check out the documentation 🏗️ Examples can be found in example/ ❓ Questions? Feel free to create a new issue or find us on the Honeycomb Pollinators Slack, channel #terraform-provider (you can find a link to request an invite here) 🔧 Want to contribute? Check out CONTRIBUTING.md
You can install the provider directly from the Terraform Registry. Add the following block in your Terraform config, this will download the provider from the Terraform Registry:
terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.11.2"
}
}
}
Set the API key used by Terraform setting the HONEYCOMB_API_KEY
environment variable.
This software is distributed under the terms of the MIT license, see LICENSE for details.