terraform-provider-huaweicloud
terraform-provider-huaweicloud copied to clipboard
Terraform HuaweiCloud provider
please refactor resource_huaweicloud_cloudtable_cluster_v2 to new SDK
https://github.com/huaweicloud/terraform-provider-huaweicloud/blob/c1f719e2d65f6a450c5da02f86725c64dcfb2aca/huaweicloud/data_source_huaweicloud_enterprise_project.go#L62 - 这个函数被huaweicloud_enterprise_project调用,应该是单数 - 错误信息和err之间应该有逗号冒号之类的标点,只有空格很令人困惑 - err首字母不应该大写 - 句末应该有句号 - retrieve拼写错误 现在的错误信息: ```bash Error: Error retriving enterprise projects Authentication failed ``` 正确的: ```bash Error: Error retrieving enterprise project: authentication failed....
Currently, we only support networking_port data source support, I'd like to add ports data support as well.
### Terraform Version ``` Terraform v0.15.4 on darwin_amd64 + provider registry.terraform.io/hashicorp/random v3.1.0 + provider registry.terraform.io/huaweicloud/huaweicloud v1.25.0 Your version of Terraform is out of date! The latest version is 0.15.5. You...
Hello! Can you add the ability to import huaweicloud_networking_vip_associate resource?
Feature request: Any change to add "Cross-Region DR Instance" as Terraform resource. Link to Huawei guide: https://support.huaweicloud.com/en-us/usermanual-rds/rds_02_0050.html Best Regards
支持服务列表询问
 请问目前是只支持这些服务吗?
**What this PR does / why we need it**: unset all parameters of mysql proxy resource because there is no response in the query API. **Which issue this PR fixes**:...
**What this PR does / why we need it**: Add new resource support: huaweicloud_workspace_service Using this resource, we can subscribe the workspace service and connect to the AD domain. **Which...
**What this PR does / why we need it**: Support for creating workspace users through terraform. **Which issue this PR fixes**: *(optional, in `fixes #(, fixes #, ...)` format, will...