alicloud_security_center_group

Provides a Security Center Group resource.

For information about Security Center Group and how to use it, see What is Group.

Example Usage

Basic Usage

variable "name" {
  default = "tf_example"
}
resource "alicloud_security_center_group" "example" {
  group_name = var.name
}

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

Security Center Group can be imported using the id, e.g.

$ terraform import alicloud_security_center_group.example <group_id>