文档

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. The group_name has been deprecated from provider version 1.97.0. Please use domain_group_name instead.
  • domain_group_name - (Optional, Available in v1.97.0+) The Name of the domain group. The domain_group_name is required when the value of the group_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*****

  • 本页导读 (0)
文档反馈