Hi All,
I'm trying to create a "PrePaid" instance with 1 month period via Terraform in HK, but whatever I've tried to do I get the same error: 404 The instanceChargeType does not exist in our records. internet_charge_type = "PayByTraffic" instance_charge_type = "PrePaid" period_unit = "Month" period = 1 renewal_status = "AutoRenewal" auto_renew_period = 1 |
|