shichangkuo
shichangkuo
Hi, @alexandrovas sorry for late response. can you give more details about why you need to import the `huaweicloud_networking_vip_associate` ?
Actually, all the relational resources (end with _associate or _attach) can not be imported. For huaweicloud_networking_vip_associate, you can create a new resource with associated port IDs to manage your existing...
@alexandrovas You are right, other relational resources can be imported expect `huaweicloud_networking_vip_associate`. The reasom maybe the resource includes a list of port not a single, and we should use many...
@fjosouza Arguments which can be passed to the basic_json, custom_json and flavor_json add-on parameters depends on the add-on type and version. For more detailed description of add-ons see [add-ons description](https://github.com/huaweicloud/terraform-provider-huaweicloud/blob/master/examples/cce/basic/cce-addon-templates.md)
@IronCore864 Thanks for raising this. can you help us to improve it? Thanks in advance.
@ippeter you can backup a DDS instance via `backup_strategy` block. Currently, there is no resource in HuaweiCloud that can be restored by backup_id or timestamp. We need to consider the...