alicloud_msc_sub_webhook

Provides a Msc Sub Webhook resource.

Example Usage

Basic Usage

variable "name" {
  default = "tfexample"
}
variable "token" {
  default = "abcd****"
}
resource "alicloud_msc_sub_webhook" "example" {
  server_url   = format("https://oapi.dingtalk.com/robot/send?access_token=%s", var.token)
  webhook_name = var.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Msc Sub Webhook can be imported using the id, e.g.

$ terraform import alicloud_msc_sub_webhook.example <id>