alicloud_threat_detection_honeypot_presets

This data source provides Threat Detection Honeypot Preset available to the user.

Example Usage

data "alicloud_threat_detection_honeypot_presets" "default" {
  ids                 = ["${alicloud_threat_detection_honeypot_preset.default.id}"]
  honeypot_image_name = "shiro"
  node_id             = "example_value"
  preset_name         = "apiapec_test"
}

output "alicloud_threat_detection_honeypot_preset_example_id" {
  value = data.alicloud_threat_detection_honeypot_presets.default.presets.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: