Skip to content

Commit

Permalink
Various fixes for Pluralith
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-Insane committed May 15, 2024
1 parent 130a69c commit 493145b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/terraform-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}"
TF_WORKSPACE: "${{ vars.TF_WORKSPACE }}"
TF_WORKING_DIR: "./terraform"
PLURALITH_ORG_ID: "${{ vars.PLURALITH_ORG_ID }}"
PLURALITH_PROJECT_ID: "${{ vars.PLURALITH_PROJECT_ID }}"

permissions:
contents: write
Expand Down Expand Up @@ -74,23 +76,21 @@ jobs:
- name: Pluralith Run Apply
id: apply
# uses: Pluralith/actions/[email protected]
uses: Just-Insane/pluralith-actions/init@e5d17b2206d59f65419079e2c51db6b9096ddcfd
uses: Just-Insane/pluralith-actions/run@e5d17b2206d59f65419079e2c51db6b9096ddcfd
with:
terraform-command: "apply"
terraform-path: "${{ env.TF_WORKING_DIRECTORY }}"
terraform-path: "${{ env.TF_WORKING_DIR }}"
title: "${{ env.name }}"
show-changes: true
show-drift: true
shows-costs: false
continue-on-error: true
show-costs: false

- name: Pluralith Comment
id: comment
uses: Just-Insane/pluralith-actions/init@e5d17b2206d59f65419079e2c51db6b9096ddcfd
uses: Just-Insane/pluralith-actions/comment@e5d17b2206d59f65419079e2c51db6b9096ddcfd
with:
terraform-path: "${{ env.TF_WORKING_DIR }}"
target-type: commit
continue-on-error: true

- name: truncate terraform apply result
run: |
Expand Down

0 comments on commit 493145b

Please sign in to comment.