Reading Terraform outputs from a YAML pipeline
When using Terraform and YAML pipelines in Azure DevOps, it’s not clear how to read the output variables of a Terraform configuration.
The basics
First, you have to name the task that you’re using to apply.
- task: TerraformTaskV1@0
name: Terraform...
gaunacode.com1 min read