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_log_machine_group" {
source="./modules/alicloud/r/alicloud_log_machine_group"# identify_list - (required) is a type of set of stringidentify_list=[]
# identify_type - (optional) is a type of stringidentify_type=null# name - (required) is a type of stringname=null# project - (required) is a type of stringproject=null# topic - (optional) is a type of stringtopic=null
}
resource"alicloud_log_machine_group""this" {
# identify_list - (required) is a type of set of stringidentify_list=var.identify_list# identify_type - (optional) is a type of stringidentify_type=var.identify_type# name - (required) is a type of stringname=var.name# project - (required) is a type of stringproject=var.project# topic - (optional) is a type of stringtopic=var.topic
}