Relative Content

Tag Archive for azure-devopspowerbiterraformazure-pipelines

Pass a Terraform Output to an Azure DevOps Varibale

i’m trying to create an Azure DEvOps pipeline that deploy a VM using terraform, and then connect to that VM using WinRm to execute script but i can’t find a way to pass the Public IP captured from output.tf to the pipeline to be used on the connection. Hope somebody can give some advice to solve this problem.