page_title | subcategory | description |
---|---|---|
morpheus_operational_workflow Resource - terraform-provider-morpheus |
Provides a Morpheus operational workflow resource. |
Provides a Morpheus operational workflow resource.
resource "morpheus_operational_workflow" "tf_example_operational_workflow" {
name = "tf_example_operational_workflow"
description = "Terraform operational workflow example"
labels = ["demo", "terraform"]
platform = "all"
visibility = "private"
allow_custom_config = true
option_types = [
1730
]
task_ids = [18]
}
name
(String) The name of the operational workflow
allow_custom_config
(Boolean) Allow a custom configuration to be supplieddescription
(String) The description of the operational workflowlabels
(Set of String) The organization labels associated with the workflow (Only supported on Morpheus 5.5.3 or higher)option_types
(List of Number) The option types associated with the operational workflowplatform
(String) The operating system platforms the operational workflow is supported to run ontask_ids
(List of Number) A list of tasks ids associated with the operational workflowvisibility
(String) Whether the operational workflow is visible in sub-tenants or not
id
(String) The ID of the operational workflow
Import is supported using the following syntax:
terraform import morpheus_operational_workflow.tf_example_operational_workflow 1