alicloud_dns_group
更新时间:
-> DEPRECATED: This resource has been deprecated from version 1.84.0
. Please use new resource alicloud_alidns_domain_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.
文档内容是否对您有帮助?