terraform-provider-huaweicloud icon indicating copy to clipboard operation
terraform-provider-huaweicloud copied to clipboard

Terraform HuaweiCloud provider

Results 162 terraform-provider-huaweicloud issues
Sort by recently updated
recently updated
newest added

Change the nics attach from openStack API to ECS API. 1. ECS API support eps ### Current Terraform Version ``` ... ``` ### Use-cases ### Attempted Solutions ### Proposal ###...

enhancement

To address the possibility of leaked resources, Terraform provides a mechanism called sweepers to cleanup leftover infrastructure. so init the sweeper ### Current Terraform Version ``` ... ``` ### Use-cases...

enhancement

**What this PR does / why we need it**: 1. add sweeper base function 2. add vpc sweeper **Which issue this PR fixes**: *(optional, in `fixes #(, fixes #, ...)`...

size/L
chore
dependencies

Hi team, When a storage of type SFS Turbo is created, PV is always in the state to be bound and cannot be correctly imported into the CCE cluster. Error:...

enhancement
long-term planning

Hi team, I found out that the data source `huaweicloud_fgs_dependencies` does not work because the marker of the `NexPageURL` method cannot be effectively ended. Best regards!

bug
enhancement
size/S
dependencies on API

I'd like to add autoscaling support for ELB v3.

enhancement

as the title

enhancement
dependencies on API

Good afternoon! I have DDS instances in my dev/test environments, and I manage everything with TF. Sometimes I have a need of cloning my existing DDS instance into another environment...

enhancement

Add a resource to Mount OBS to notebook ### Current Terraform Version ``` ... ``` ### Use-cases ### Attempted Solutions ### Proposal ### References

enhancement

### Terraform Version ``` NA ``` ### Terraform Configuration Files ```hcl resource "huaweicloud_cdm_cluster" "cluster" { availability_zone = data.huaweicloud_availability_zones.test.names[0] flavor_id = data.huaweicloud_cdm_flavors.test.flavors[0].id name = "cdm-acc-123" security_group_id = huaweicloud_networking_secgroup.secgroup.id subnet_id = data.huaweicloud_vpc_subnet.test.id...