terraform-provider-huaweicloud
terraform-provider-huaweicloud copied to clipboard
Create a DDS clone?
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 (stage/prod).
I can do it interactively, via the console, using the Backup/Restore feature. This way I can restore a backup of my existing DDS instance into a new DDS instance.
Is there any chance of doing it with TF? Please advise.
Best regards, Peter.
@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 necessity and possibility of this feature.
Any news on this issue?