Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 515 Bytes

File metadata and controls

29 lines (20 loc) · 515 Bytes
page_title subcategory description
morpheus_workflow Data Source - terraform-provider-morpheus
Provides a Morpheus workflow data source.

morpheus_workflow (Data Source)

Provides a Morpheus workflow data source.

Example Usage

data "morpheus_workflow" "example_workflow" {
  name = "Example Workflow"
}

Schema

Optional

  • name (String) The name of the workflow

Read-Only

  • id (Number) The ID of this resource.