apply_run
Confirm and execute the apply phase for a paused Terraform Cloud run after reviewing its plan, enabling infrastructure changes with optional comments.
Instructions
Apply a run that is paused waiting for confirmation after a plan
Confirms and executes the apply phase for a run that has completed planning and is waiting for approval. Use this when you've reviewed the plan output and want to apply the proposed changes to your infrastructure.
API endpoint: POST /runs/{run_id}/actions/apply
Args: run_id: The ID of the run to apply (format: "run-xxxxxxxx") comment: An optional comment explaining the reason for applying the run
Returns: Run details with updated status information and confirmation of the apply action including timestamp information and any comment provided
See: docs/tools/run.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | No | ||
run_id | Yes |