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_cms_alarm_contacts" {
source="./modules/alicloud/d/alicloud_cms_alarm_contacts"# chanel_type - (optional) is a type of stringchanel_type=null# chanel_value - (optional) is a type of stringchanel_value=null# ids - (optional) is a type of list of stringids=[]
# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null
}
data"alicloud_cms_alarm_contacts""this" {
# chanel_type - (optional) is a type of stringchanel_type=var.chanel_type# chanel_value - (optional) is a type of stringchanel_value=var.chanel_value# ids - (optional) is a type of list of stringids=var.ids# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file
}
output"contacts" {
description="returns a list of object"value=data.alicloud_cms_alarm_contacts.this.contacts
}
output"id" {
description="returns a string"value=data.alicloud_cms_alarm_contacts.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_cms_alarm_contacts.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_cms_alarm_contacts.this.names
}
output"this" {
value=alicloud_cms_alarm_contacts.this
}