You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_edas_application_scale" {
source="./modules/alicloud/r/alicloud_edas_application_scale"# app_id - (required) is a type of stringapp_id=null# deploy_group - (required) is a type of stringdeploy_group=null# ecu_info - (required) is a type of list of stringecu_info=[]
# force_status - (optional) is a type of boolforce_status=null
}
resource"alicloud_edas_application_scale""this" {
# app_id - (required) is a type of stringapp_id=var.app_id# deploy_group - (required) is a type of stringdeploy_group=var.deploy_group# ecu_info - (required) is a type of list of stringecu_info=var.ecu_info# force_status - (optional) is a type of boolforce_status=var.force_status
}