Detect drift between Terraform state and live resources

POST/api/v1/integrations/terraform/drift

Parameters

This endpoint does not accept parameters.

Responses

202Drift analysis started

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/terraform/drift" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

202Drift analysis started
Example response not yet documented.