Terraform module which creates Apsara Agile Live (IMP) App Template resource on Alibaba Cloud.
English | 简体中文
Terraform module which creates Apsara Agile Live (IMP) App Template resource on Alibaba Cloud.
These types of resources are supported:
| Name | Version | 
|---|---|
| terraform | > = 0.13.0 | 
| alicloud | > = 1.131.0 | 
| Name | Version | 
|---|---|
| alicloud | > = 1.131.0 | 
module "example" {
  source              = "terraform-alicloud-modules/imp/alicloud"
  create_app_template = true
  app_template_name   = "example_value"
  component_list      = ["component.live", "component.liveRecord"]
  integration_mode    = "paasSDK"
  scene               = "business"
}If you have any problems when using this module, please opening a provider issue and let us know.
Note: There does not recommend to open an issue on this repo.
Created and maintained by Alibaba Cloud Terraform Team([email protected])
MIT Licensed. See LICENSE for full details.