Ubuntu – How build terraform approve and non approve YAML pipelines in Azure DevOps
I have configured the below YAML pipeline for generating terraform plan. trigger: - none stages: - stage: Terraform Build displayName: Terraform Validate pool: vmImage: "ubuntu-latest" jobs: - job: Terraform Validate variables: - group: xxxx steps: - script: | set -x…