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.
- Terraform >= 1.x
- Go >= 1.19.x
- GolangCI-Lint >= 1.53.x
or
- Devbox >= 0.5.x
- No support for New Relic as impact source provider
- No support for custom impact sources
- Limited support for multiple integrations of same type
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
install
command:
$ go install .