Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.12 KB

File metadata and controls

45 lines (33 loc) · 1.12 KB
page_title subcategory description
epilot-workflow_closing_reason Resource - terraform-provider-epilot-workflow
ClosingReason Resource

epilot-workflow_closing_reason (Resource)

ClosingReason Resource

Example Usage

resource "epilot-workflow_closing_reason" "my_closingreason" {
  creation_time    = "...my_creation_time..."
  id               = "...my_id..."
  last_update_time = "...my_last_update_time..."
  status           = "INACTIVE"
  title            = "...my_title..."
}

Schema

Required

  • status (String) must be one of ["ACTIVE", "INACTIVE"]; Requires replacement if changed.
  • title (String) Requires replacement if changed.

Optional

  • creation_time (String) Requires replacement if changed.
  • id (String) Requires replacement if changed.
  • last_update_time (String) Requires replacement if changed.

Import

Import is supported using the following syntax:

terraform import epilot-workflow_closing_reason.my_epilot-workflow_closing_reason ""