alicloud_api_gateway_group

Provides an api group resource.To create an API, you must firstly create a group which is a basic attribute of the API.

For information about Api Gateway Group and how to use it, see Create An Api Group

Example Usage

Basic Usage

resource "alicloud_api_gateway_group" "default" {
  name        = "tf_example"
  description = "tf_example"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Api gateway group can be imported using the id, e.g.

$ terraform import alicloud_api_gateway_group.example "ab2351f2ce904edaa8d92a0510832b91"