Skip to content

Instantly share code, notes, and snippets.

@kunduso
Created February 25, 2021 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunduso/8b87dff474ec2d3205f6d4c560370a4e to your computer and use it in GitHub Desktop.
Save kunduso/8b87dff474ec2d3205f6d4c560370a4e to your computer and use it in GitHub Desktop.
Using powershell in azure-pipelins.yaml for terraform show
- powershell: |
terraform show -no-color
workingDirectory: $(build.sourcesdirectory)
displayName: 'terraform show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment