alicloud_imp_app_template

Provides a Apsara Agile Live (IMP) App Template resource.

For information about Apsara Agile Live (IMP) App Template and how to use it, see What is App Template.

Example Usage

Basic Usage

resource "alicloud_imp_app_template" "example" {
  app_template_name = "example_value"
  component_list    = ["component.live", "component.liveRecord"]
  integration_mode  = "paasSDK"
  scene             = "business"
}

Argument Reference

The following arguments are supported:

Block config_list

The config_list supports the following:

Attributes Reference

The following attributes are exported:

Import

Apsara Agile Live (IMP) App Template can be imported using the id, e.g.

$ terraform import alicloud_imp_app_template.example <id>