ucloud / terraform-provider-ucloud

Terraform is an awesome tool to implement Infrastructure as Code and GitOps
https://www.terraform.io/docs/providers/ucloud/
Mozilla Public License 2.0
68 stars 22 forks source link

Datasource ucloud_instance_types is not supported. #72

Open hanyouqing opened 4 years ago

hanyouqing commented 4 years ago

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.

shawnmssu commented 4 years ago

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.