EugeneB
Intern
Intern
  • UID14220
  • Fans0
  • Follows0
  • Posts1
Reads:355Replies:0

[products]The InstanceChargeType does not exist in our records

Created#
More Posted time:Mar 9, 2023 21:06 PM
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
Guest