Change Print Terraform Plan shell to python and use a multi-line string

This commit is contained in:
Jon Middleton 2020-10-14 20:50:29 +01:00
parent f0e69a3f87
commit 5cf4302e7e

View file

@ -275,8 +275,8 @@ jobs:
run: terraform plan
- name: Print Terraform Plan
shell: bash
run: echo "${{ steps.plan.outputs.stdout }}"
shell: python
run: print("""${{ steps.plan.outputs.stdout }}""")
terraform-run-local-no-wrapper:
name: 'Terraform Run Local No Wrapper'