I am working on a Terraform project and I created a private repository for my WindowsVM module, the problem is I can’t seem to be able to re-use this module in my deployment code . My deployment code resides in a seperate private repository on the same Azure DevOps project as my WindowsVM repo.
I am trying right the PAT way, I have created a PAT on my Azure DevOps project.
Then I created a Git task on my YAML pipeline:
Here is the code of creation of my resource using my WindowsVM module :
The error my pipeline is displaying with this configuration: