alicloud_ddosbgp_instance

Anti-DDoS Advanced instance resource. "Ddosbgp" is the short term of this product.

Example Usage

Basic Usage

provider "alicloud" {
  region = "cn-beijing"
}

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

resource "alicloud_ddosbgp_instance" "instance" {
  name             = var.name
  base_bandwidth   = 20
  bandwidth        = -1
  ip_count         = 100
  ip_type          = "IPv4"
  normal_bandwidth = 100
  type             = "Enterprise"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Ddosbgp instance can be imported using the id, e.g.

$ terraform import alicloud_ddosbgp.example ddosbgp-abc123456