Data Source: tfe_workspace_task

Run tasks allow HCP Terraform to interact with external systems at specific points in the HCP Terraform run lifecycle. Run tasks are reusable configurations that you can attach to any workspace in an organization.

Use this data source to get information about a Workspace Run tasks.

Example Usage

data "tfe_workspace_run_task" "foobar" {
  workspace_id      = "ws-abc123"
  task_id           = "task-def456"
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to all arguments above, the following attributes are exported: