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_reserved_instance" {
source="./modules/alicloud/r/alicloud_reserved_instance"# description - (optional) is a type of stringdescription=null# instance_amount - (optional) is a type of numberinstance_amount=null# instance_type - (required) is a type of stringinstance_type=null# name - (optional) is a type of stringname=null# offering_type - (optional) is a type of stringoffering_type=null# period - (optional) is a type of numberperiod=null# period_unit - (optional) is a type of stringperiod_unit=null# platform - (optional) is a type of stringplatform=null# resource_group_id - (optional) is a type of stringresource_group_id=null# scope - (optional) is a type of stringscope=null# zone_id - (optional) is a type of stringzone_id=null
}
resource"alicloud_reserved_instance""this" {
# description - (optional) is a type of stringdescription=var.description# instance_amount - (optional) is a type of numberinstance_amount=var.instance_amount# instance_type - (required) is a type of stringinstance_type=var.instance_type# name - (optional) is a type of stringname=var.name# offering_type - (optional) is a type of stringoffering_type=var.offering_type# period - (optional) is a type of numberperiod=var.period# period_unit - (optional) is a type of stringperiod_unit=var.period_unit# platform - (optional) is a type of stringplatform=var.platform# resource_group_id - (optional) is a type of stringresource_group_id=var.resource_group_id# scope - (optional) is a type of stringscope=var.scope# zone_id - (optional) is a type of stringzone_id=var.zone_id
}