jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
122 stars 51 forks source link

Output command task not outputting anything #427

Closed Azayro closed 2 months ago

Azayro commented 2 months ago

Describe the bug Have a pipeline setup to run terraform apply then run terraform output to get some parameters needed for a different stage in the pipeline. The terraform output gets nothing.

To Reproduce Steps to reproduce the behavior:

  1. Setup pipeline as (include yaml configuration or screenshots of classic ui editor)
  2. Execute pipeline
  3. See error

Expected behavior I expect to get outputs from my terraform.

Screenshots image image image image

Pipeline Logs /opt/hostedtoolcache/terraform/1.8.0/x64/terraform version Terraform v1.8.0 on linux_amd64

Agent Configuration

Azayro commented 2 months ago

Mistake on my part. Ignore.