Provides a Datadog Sensitive Data Scanner Group Order API data source. This can be used to retrieve the order of Datadog Sensitive Data Scanner Groups.
data "datadog_sensitive_data_scanner_group_order" "foo" {}
resource "datadog_sensitive_data_scanner_group_order" "foobar" {
group_ids = data.datadog_sensitive_data_scanner_group_order.foo.group_ids
}
group_ids
(List of String) The list of Sensitive Data Scanner group IDs, in order. Logs are tested against the query filter of each index one by one following the order of the list.id
(String) The ID of this resource.