Runs¶
-
class
terrasnek.runs.TFCRuns(instance_url, org_name, headers, well_known_paths, verify, log_level)¶ -
-
apply(run_id, payload)¶ POST /runs/:run_id/actions/apply
-
cancel(run_id, payload)¶ POST /runs/:run_id/actions/cancel
-
create(payload)¶ POST /runs
-
discard(run_id, payload)¶ POST /runs/:run_id/actions/discard
-
force_cancel(run_id, payload)¶ POST /runs/:run_id/actions/force-cancel
-
force_execute(run_id)¶ POST /runs/:run_id/actions/force-execute
-
list(workspace_id, page=None, page_size=None)¶ GET /workspaces/:workspace_id/runs- Query Parameter(s) (details):
page(Optional)page_size(Optional)
-
required_entitlements()¶ Terraform Cloud Entitlements required for endpoint to work.
-
show(run_id)¶ GET /runs/:run_id
-