alicloud_alidns_domain_group
更新时间:
Provides a Alidns Domain Group resource. For information about Alidns Domain Group and how to use it, see What is Resource Alidns Domain Group.
-> NOTE: Available since v1.84.0.
Example Usage
resource "alicloud_alidns_domain_group" "default" {
domain_group_name = "tf-example"
}
Argument Reference
The following arguments are supported:
group_name
- (Optional, Deprecated from v1.97.0+) The Name of the domain group. Thegroup_name
has been deprecated from provider version 1.97.0. Please usedomain_group_name
instead.domain_group_name
- (Optional, Available in v1.97.0+) The Name of the domain group. Thedomain_group_name
is required when the value of thegroup_name
is Empty.lang
- (Optional) User language.
Attributes Reference
The following attributes are exported:
id
- This ID of this domain group resource.
Import
Alidns domain group can be imported using the id, e.g.
$ terraform import alicloud_alidns_domain_group.example 0932eb3ddee7499085c4d13d45*****
文档内容是否对您有帮助?