get_drift_details
Retrieve drift check details for an environment, including the full Terraform plan output showing resources to be added, changed, or destroyed.
Instructions
Get the latest drift check details for an environment including the full Terraform/Terragrunt plan output (raw_output). This shows exactly what resources will be added, changed, or destroyed. Essential for understanding what needs to be fixed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The unique key identifier for the project | |
| environment_key | Yes | The unique key identifier for the environment (e.g., "production", "staging") |