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.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/alicloud/r/dns_group.html