terraform-provider-huaweicloud
terraform-provider-huaweicloud copied to clipboard
Terraform HuaweiCloud provider
Change the nics attach from openStack API to ECS API. 1. ECS API support eps ### Current Terraform Version ``` ... ``` ### Use-cases ### Attempted Solutions ### Proposal ###...
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...
**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 #, ...)`...
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:...
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!
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...
Add a resource to Mount OBS to notebook ### Current Terraform Version ``` ... ``` ### Use-cases ### Attempted Solutions ### Proposal ### References
### 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...