Skip to content

Instantly share code, notes, and snippets.

@kunduso
Last active February 24, 2021 22: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/fb533998747779c78d78abe4ee0e79da to your computer and use it in GitHub Desktop.
Save kunduso/fb533998747779c78d78abe4ee0e79da to your computer and use it in GitHub Desktop.
Using powershell in azure-pipelines.yaml for terraform plan
- powershell: |
terraform plan -var region=$(region) -var access_key=$(access_key) -var secret_key=$(secret_key) -out application.tfplan -no-color
workingDirectory: $(build.sourcesdirectory)
displayName: 'terraform plan'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment