I have a Terraform Cloud account connected to a git repo (a VCS-backed workspace), so I can only do VCS-driven run workflows. I have a VM with an attached volume and I would like to recreate the volume from scratch (yes, losing all data). I have read about plan replace option, but this can not be used in my workspace.
So, which is the best option to perform a volume re-creation with a Terraform VCS-backed workspace?
By the way I'm using an OpenStack as cloud infrastructure and official terraform-provider-openstack/openstack provider.