alicloud_threat_detection_honeypot_node

Provides a Threat Detection Honeypot Node resource.

For information about Threat Detection Honeypot Node and how to use it, see What is Honeypot Node.

Example Usage

Basic Usage

variable "name" {
  default = "tf_example"
}
resource "alicloud_threat_detection_honeypot_node" "default" {
  node_name                    = var.name
  available_probe_num          = 20
  security_group_probe_ip_list = ["0.0.0.0/0"]
}

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 Honeypot Node can be imported using the id, e.g.

$terraform import alicloud_threat_detection_honeypot_node.example <id>