Terraform init failure in Azure DevOps Pipeline Task

I’m getting a file not found error in a terraform validate step in Azure DevOps.

I’m using a VS2017 build agent.

Do you mean for the path to the file to start with a slash? Looks like it might be looking in the root of the folder structure. Assuming terraform is also set to execute in this folder, maybe changing it to ./ ?

Thanks Chris,

it indeed was a path problem.

Thnx,

Michael