alicloud_api_gateway_backend

Provides a Api Gateway Backend resource.

For information about Api Gateway Backend and how to use it, see What is Backend.

Example Usage

Basic Usage

variable "name" {
  default = "tf_example"
}

resource "alicloud_api_gateway_backend" "default" {
  backend_name = var.name
  description  = var.name
  backend_type = "HTTP"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Api Gateway Backend can be imported using the id, e.g.

$ terraform import alicloud_api_gateway_backend.example <id>