文档

alicloud_alidns_custom_line

更新时间:

Provides a Alidns Custom Line resource.

For information about Alidns Custom Line and how to use it, see What is Custom Line.

-> NOTE: Available since v1.151.0.

Example Usage

Basic Usage

resource "alicloud_alidns_custom_line" "default" {
  custom_line_name = "tf-example"
  domain_name      = "alicloud-provider.com"
  ip_segment_list {
    start_ip = "192.0.2.123"
    end_ip   = "192.0.2.125"
  }
}

Argument Reference

The following arguments are supported:

  • custom_line_name - (Required) The name of the Custom Line.
  • domain_name - (Required, ForceNew) The Domain name.
  • ip_segment_list - (Required) The IP segment list. See ip_segment_list below for details.
  • lang - (Optional) The lang.

ip_segment_list

The ip_segment_list supports the following:

  • start_ip - (Required) The start IP address of the CIDR block.
  • end_ip - (Required) The end IP address of the CIDR block.

Attributes Reference

The following attributes are exported:

  • id - The resource ID in terraform of Custom Line.

Import

Alidns Custom Line can be imported using the id, e.g.

$ terraform import alicloud_alidns_custom_line.example <id>

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