Skip to content

sleuth-io/terraform-provider-sleuth

Repository files navigation

Terraform Provider for Sleuth

Latest release

This repository is a Terraform provider for Sleuth, allowing a team to manage Sleuth configuration via Terraform instead of having to click around in the UI.

Requirements

or

Known Limitations

  • No support for New Relic as impact source provider
  • No support for custom impact sources
  • Limited support for multiple integrations of same type

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the Go install command:
$ go install .

Quick Starts