Skip to main content
Version: Latest Version (2.9.1)

highbond_questionnaire_page_break (Resource)

Schema

Required

questionnaire_idString The ID of the Questionnaire

Optional

force_updatesBoolean Allows overriding top-level 'create_only' option.
idString The ID of this resource.
positionNumber The position value determines the order of items within the questionnaire
reference_idString Unique identifier for the Page Break within the questionnaire

Read-Only

created_atString The date the page break was created
item_typeString The type of the questionnaire item
updated_atString The date the page break was updated

Example Usage

resource "highbond_questionnaire_page_break" "main" {
questionnaire_id = highbond_questionnaire.main.id
position = 2
reference_id = "break"
force_updates = true // Create only with force update changes
}