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_monitor_group" {
source="./modules/alicloud/r/alicloud_cms_monitor_group"# contact_groups - (optional) is a type of list of stringcontact_groups=[]
# monitor_group_name - (required) is a type of stringmonitor_group_name=null# tags - (optional) is a type of map of stringtags={}
}
resource"alicloud_cms_monitor_group""this" {
# contact_groups - (optional) is a type of list of stringcontact_groups=var.contact_groups# monitor_group_name - (required) is a type of stringmonitor_group_name=var.monitor_group_name# tags - (optional) is a type of map of stringtags=var.tags
}