alicloud_threat_detection_honey_pots

This data source provides Threat Detection Honey Pot available to the user.What is Honey Pot

Example Usage

Basic Usage

data "alicloud_threat_detection_honey_pots" "default" {
  ids           = ["xxxx"]
  honeypot_name = "tf-example"
  node_id       = "a44e1ab3-6945-444c-889d-5bacee7056e8"
}

output "alicloud_threat_detection_honey_pot_example_id" {
  value = data.alicloud_threat_detection_honey_pots.default.pots.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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