日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

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>