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_ess_notification" {
source="./modules/alicloud/r/alicloud_ess_notification"# notification_arn - (required) is a type of stringnotification_arn=null# notification_types - (required) is a type of set of stringnotification_types=[]
# scaling_group_id - (required) is a type of stringscaling_group_id=null
}
resource"alicloud_ess_notification""this" {
# notification_arn - (required) is a type of stringnotification_arn=var.notification_arn# notification_types - (required) is a type of set of stringnotification_types=var.notification_types# scaling_group_id - (required) is a type of stringscaling_group_id=var.scaling_group_id
}