It is not recommended that hard coded the instance-type in the IaC code. I always filter instance type by cpu and memory (aws, alicloud or tencentcloud) by datasource which is not supported by ucloud.
Regarding the definition of the instance_type, we are revising it. In order to ensure the compatibility, we will support the corresponding functions after the revision.
It is not recommended that hard coded the instance-type in the IaC code. I always filter instance type by cpu and memory (aws, alicloud or tencentcloud) by datasource which is not supported by ucloud.