Error: spawn /azp/_work/_tool/terraform/1.1.3/x64/terraform ENOENT
When running terraform plan, i bump into this error. This is because my tf source code directory wasn't configured correctly. I do have my source code checked out before running this command.
I have to re-checked out my code and then run terraform plan - which fixes it.
Comments