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_ddoscoo_instance" {
source="./modules/alicloud/r/alicloud_ddoscoo_instance"# bandwidth - (required) is a type of stringbandwidth=null# base_bandwidth - (required) is a type of stringbase_bandwidth=null# domain_count - (required) is a type of stringdomain_count=null# name - (required) is a type of stringname=null# period - (optional) is a type of numberperiod=null# port_count - (required) is a type of stringport_count=null# service_bandwidth - (required) is a type of stringservice_bandwidth=null
}
resource"alicloud_ddoscoo_instance""this" {
# bandwidth - (required) is a type of stringbandwidth=var.bandwidth# base_bandwidth - (required) is a type of stringbase_bandwidth=var.base_bandwidth# domain_count - (required) is a type of stringdomain_count=var.domain_count# name - (required) is a type of stringname=var.name# period - (optional) is a type of numberperiod=var.period# port_count - (required) is a type of stringport_count=var.port_count# service_bandwidth - (required) is a type of stringservice_bandwidth=var.service_bandwidth
}