Data Source: tfe_organization_run_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 an Organization Run tasks.

Example Usage

data "tfe_organization_run_task" "example" {
  name         = "task-name"
  organization = "my-org-name"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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