alicloud_threat_detection_vul_whitelist

Provides a Threat Detection Vul Whitelist resource.

For information about Threat Detection Vul Whitelist and how to use it, see What is Vul Whitelist.

Example Usage

Basic Usage

resource "alicloud_threat_detection_vul_whitelist" "default" {
  whitelist   = "[{\"aliasName\":\"RHSA-2021:2260: libwebp 安全更新\",\"name\":\"RHSA-2021:2260: libwebp 安全更新\",\"type\":\"cve\"}]"
  target_info = "{\"type\":\"GroupId\",\"uuids\":[],\"groupIds\":[10782678]}"
  reason      = "tf-example-reason"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Threat Detection Vul Whitelist can be imported using the id, e.g.

$ terraform import alicloud_threat_detection_vul_whitelist.example <id>