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.

-> NOTE: Available since v1.195.0.

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:

  • allow_honeypot_access_internet - (Optional, ForceNew) Whether to allow honeypot access to the external network. Value:-true: Allow-false: Disabled
  • available_probe_num - (Required) Number of probes available.
  • node_name - (Required) Management node name.
  • security_group_probe_ip_list - (Optional) Release the collection of network segments.

Attributes Reference

The following attributes are exported:

  • id - The key of the resource supplied above.
  • create_time - The creation time of the resource
  • status - The status of the resource

Timeouts

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

  • create - (Defaults to 10 mins) Used when create the Honeypot Node.
  • delete - (Defaults to 5 mins) Used when delete the Honeypot Node.
  • update - (Defaults to 5 mins) Used when update the Honeypot Node.

Import

Threat Detection Honeypot Node can be imported using the id, e.g.

$terraform import alicloud_threat_detection_honeypot_node.example <id>