Skip to main content
Version: Latest Version (2.9.1)

highbond_compliance_regulation (Data Source)

Schema

Required

nameString The unique name of the compliance regulation.

Optional

idString The ID of this resource.

Read-Only

available_tagsList of String List of available tags to be used inside the regulation.
created_atString The timestamp specifying when the regulation was created.
descriptionString The detailed description of the regulation.
disclaimerString Regulation disclaimer.
external_idString An optional identifier.
is_availableBoolean This flag can be used to check if data source is available or not.
lockedBoolean Defines whether regulation is editable or not.
premiumBoolean Indicates whether content is only available for users who have premium edition subscriptions.
report_disclaimerString Report disclaimer.
requirement_disclaimerString Requirement disclaimer.
sourceString Source of the regulation. Used for legal reasons.
tagsList of String List of applied tags. Must use elements from available_tags.
updated_atString The timestamp specifying when the regulation was updated.

Example Usage

data "highbond_compliance_regulation" "main" {
name = "Example_Compliance_Regulation_Name"
}