Skip to content

vlinevych/terraform-provider-honeycombio

 
 

Repository files navigation

Honeycomb.io Terraform Provider

CI Go Report Card codecov Terraform Registry

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

Using the provider

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  = "kvrhdn/honeycombio"
      version = "~> 0.1.0"
    }
  }
}

Set the API key used by Terraform setting the HONEYCOMBIO_APIKEY environment variable.

License

This software is distributed under the terms of the MIT license, see LICENSE for details.

Packages

No packages published

Languages

  • Go 94.5%
  • HCL 4.1%
  • Makefile 1.3%
  • Shell 0.1%