Skip to main content
Version: Latest Version (2.9.1)

highbond_workflow_status_event (Resource)

Schema

Required

event_idString The ID of the event
status_idString The ID of the status

Optional

force_updatesBoolean Allows overriding top-level 'create_only' option.
idString The ID of this resource.

Read-Only

created_atString The timestamp identifying when the status was created
updated_atString The timestamp identifying when the status was last updated

Example Usage

resource "highbond_workflow_status_event" "main" {
status_id = highbond_workflow_status.main.id
event_id = highbond_event.main.id
force_updates = true // Create only with force update changes
}