» alicloud_dns_group

Provides a DNS Group resource.

» Example Usage

# Add a new Domain group.
resource "alicloud_dns_group" "group" {
  name = "testgroup"
}

» Argument Reference

The following arguments are supported:

  • name - (Required) Name of the domain group.

» Attributes Reference

The following attributes are exported:

  • id - The group id.
  • name - The group name.