Skip to content

Instantly share code, notes, and snippets.

@kunduso
Last active February 24, 2021 15:00
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/a614b8f61898d1af1446febaed159136 to your computer and use it in GitHub Desktop.
Save kunduso/a614b8f61898d1af1446febaed159136 to your computer and use it in GitHub Desktop.
Using powershell in azure-pipelines.yaml for terraform validate
- powershell: |
terraform validate -json -no-color
workingDirectory: $(build.sourcesdirectory)
displayName: 'terraform validate'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment