Skip to content

Commit

Permalink
added few modifs for tfplan
Browse files Browse the repository at this point in the history
  • Loading branch information
chefgs committed Jul 16, 2024
1 parent 91dec27 commit aa0b2f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tf_cloud_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,8 @@ jobs:
- name: Terraform Plan
run: |
echo "** Running Terraform Plan**"
terraform plan -out=tfplan
working-directory: ${{ env.tfcode_path }}

- name: Show Terraform Plan
run: |
echo "** Showing Terraform Plan**"
terraform show -json "tfplan" | jq > tfplan.json
# terraform plan -out=tfplan
terraform plan
working-directory: ${{ env.tfcode_path }}

- name: Upload Terraform Plan
Expand Down

0 comments on commit aa0b2f9

Please sign in to comment.