alicloud_eipanycast_anycast_eip_address

Provides a Eipanycast Anycast Eip Address resource. Anycast Elastic IP Address.

For information about Eipanycast Anycast Eip Address and how to use it, see What is Anycast Eip Address.

Example Usage

Basic Usage

variable "name" {
  default = "tf-example"
}

resource "alicloud_eipanycast_anycast_eip_address" "default" {
  anycast_eip_address_name = var.name
  description              = var.name
  bandwidth                = 200
  service_location         = "international"
  internet_charge_type     = "PayByTraffic"
  payment_type             = "PayAsYouGo"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Eipanycast Anycast Eip Address can be imported using the id, e.g.

$ terraform import alicloud_eipanycast_anycast_eip_address.example <id>