I've configured terraform through azure devops pipeline. Now, I donot want to use Null resource to automate by calling my bash and powershell scripts.
I want to use pipeline task to call my scripts. But I didnt find any solution to use the tfvars file variables in powershell task.
Is there any way to do that?