Skip to content

Instantly share code, notes, and snippets.

@kunduso
Created February 24, 2021 20:30
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/ce873303449dc9446f191097f4f4d200 to your computer and use it in GitHub Desktop.
Save kunduso/ce873303449dc9446f191097f4f4d200 to your computer and use it in GitHub Desktop.
Using powershell in azure-pipelins.yaml for terraform apply
- powershell: |
terraform apply "application.tfplan" -no-color
workingDirectory: $(build.sourcesdirectory)
displayName: 'terraform apply'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment