terraform-provider-huaweicloud
terraform-provider-huaweicloud copied to clipboard
Terraform HuaweiCloud provider
Missing cloud phone 云手机CPH,请添加云手机资源创建 please add cloud phone resource ### Current Terraform Version ``` ... ``` ### Use-cases ### Attempted Solutions ### Proposal ### References
### Terraform Version ``` ... ``` ### Terraform Configuration Files resource "huaweicloud_networking_secgroup" "secgroup" { name = var.security_group_name description = "terraform security group rabbit" } data "huaweicloud_dms_product" "product_1" { engine =...
Error messages below reported when I attach a prePaid ECS instance into CCE: ``` 2022-09-22T20:09:07.651+0800 [DEBUG] provider.terraform-provider-huaweicloud_v1.40.1: API Response Code: 200: timestamp=2022-09-22T20:09:07.651+0800 2022-09-22T20:09:07.651+0800 [DEBUG] provider.terraform-provider-huaweicloud_v1.40.1: API Response Headers: Cache-Control: no-cache,...
 
1. Only 4 cce addon are available in provider now, when will other addons(at least necessary addon like npd/autoscaler) be supported? 2. some system plugins like coredns/everest are auto installed...
When I try to create a data disk with kms encryption id, error message below was reported: │ Error: Error waiting for job (2b2e2b9d-2d32-11ed-abcc-0255ac1002c7) to become success: unexpected state 'Failed',...
**What this PR does / why we need it**: Add a new resource support for CodeHub service, which are automatically generated by the tool. **Which issue this PR fixes**: *(optional,...
**What this PR does / why we need it**: The sdk version is incorrect, should be v1 with project, but v2 without project. **Which issue this PR fixes**: *(optional, in...
**What this PR does / why we need it**: change cdn domain tags sdk **Which issue this PR fixes**: *(optional, in `fixes #(, fixes #, ...)` format, will close that...
**What this PR does / why we need it**: The existing method of editing the full configuration cannot edit cache_settings alone. In order to solve this problem, the editing logic...