Changing state storage from remote to local

Hi all,
how do I change the storage setting of a cdktf project from remote (i.e. on the Terraform cloud) to local storage?

Thanks,

Angus

You may be able to just remove the remote backend from your code. If you run into issues, which may be likely you can run the terraform commands directly from the cdktf.out directory.