Cannot locate folder: ServerFaultCode: The object 'vim.Folder:group-v3246538' has already been deleted

I’m trying to create a VM using Jenkins, when I run it from my local machine it builds with no issues. When I run it through a Jenkins job I get the above error. Even trying to run the job manually that has been put in the workspace it doesn’t run. debug.txt (51.7 KB)
Terraform version is 0.13.1 on macOS Mojave 10.14.6 (18G6020)

This was resolved after adding -input=false -out tfplan to my terraform plan command.