I have terraform tests running in CI/CD pipeline existing k8s cluster we have for testing. By default terraform tests
using local state which is not saved anywhere in case of test cancelation. So I need time to time to cleanup temporary created resources manually.
Is there some way to run terraform test
to save state somewhere remote for further possible manual terraform destroy
execution?