mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 13:33:37 +00:00
Change Print Terraform Plan shell to python and use a multi-line string
This commit is contained in:
parent
f0e69a3f87
commit
5cf4302e7e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/setup-terraform.yml
vendored
4
.github/workflows/setup-terraform.yml
vendored
|
|
@ -275,8 +275,8 @@ jobs:
|
||||||
run: terraform plan
|
run: terraform plan
|
||||||
|
|
||||||
- name: Print Terraform Plan
|
- name: Print Terraform Plan
|
||||||
shell: bash
|
shell: python
|
||||||
run: echo "${{ steps.plan.outputs.stdout }}"
|
run: print("""${{ steps.plan.outputs.stdout }}""")
|
||||||
|
|
||||||
terraform-run-local-no-wrapper:
|
terraform-run-local-no-wrapper:
|
||||||
name: 'Terraform Run Local No Wrapper'
|
name: 'Terraform Run Local No Wrapper'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue