Terraform Cloud

Sleuth doesn't yet have full integration with Terraform Cloud. However, you can use the Terraform Cloud webhook notifications to automatically register a deploy in Sleuth.

If instead, you'd like to manage your Sleuth configuration with Terraform, try our terraform provider.

Configure automatic deploy registration in Terraform Cloud

Follow the Terraform documentation to create a webhook notification for your workspace. You will encounter a screen like this:

Name: give your webhook a descriptive such as "Sleuth deploy registration"

Webhook URL: this URL should be the Sleuth registration URL for your code deployment. You can easily find this information via the link "Get setup instructions" in your code deployment dashboard.

Triggers: Sleuth only respects the Completed trigger. You can send the others but they'll be ignored

Save the webhook and now every time your Terraform plan completes it will automatically register the repositories latest change with Sleuth.

Last updated

Was this helpful?