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_common_bandwidth_package" {
source="./modules/alicloud/r/alicloud_common_bandwidth_package"# bandwidth - (required) is a type of stringbandwidth=null# bandwidth_package_name - (optional) is a type of stringbandwidth_package_name=null# description - (optional) is a type of stringdescription=null# force - (optional) is a type of stringforce=null# internet_charge_type - (optional) is a type of stringinternet_charge_type=null# isp - (optional) is a type of stringisp=null# name - (optional) is a type of stringname=null# ratio - (optional) is a type of numberratio=null# resource_group_id - (optional) is a type of stringresource_group_id=null# zone - (optional) is a type of stringzone=nulltimeouts=[{
create =null
delete =null
}]
}
resource"alicloud_common_bandwidth_package""this" {
# bandwidth - (required) is a type of stringbandwidth=var.bandwidth# bandwidth_package_name - (optional) is a type of stringbandwidth_package_name=var.bandwidth_package_name# description - (optional) is a type of stringdescription=var.description# force - (optional) is a type of stringforce=var.force# internet_charge_type - (optional) is a type of stringinternet_charge_type=var.internet_charge_type# isp - (optional) is a type of stringisp=var.isp# name - (optional) is a type of stringname=var.name# ratio - (optional) is a type of numberratio=var.ratio# resource_group_id - (optional) is a type of stringresource_group_id=var.resource_group_id# zone - (optional) is a type of stringzone=var.zonedynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
}
}
}