alicloud_iot_device_group

Provides a Iot Device Group resource.

For information about Iot Device Group and how to use it, see What is Device Group.

Example Usage

Basic Usage

variable "name" {
  default = "tfexample"
}
resource "alicloud_iot_device_group" "example" {
  group_name = var.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Iot Device Group can be imported using the id, e.g.

$ terraform import alicloud_iot_device_group.example <id>