Skip to content

Commit

Permalink
update terraform plan (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo authored Feb 7, 2025
1 parent 5723af4 commit 1694fc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ runs:
id: atmos-settings
uses: cloudposse/github-action-atmos-get-setting@v2
with:
# Here we do not process-templates because that requires terraform. Which we install after fetching the version
# processing templates here can cause an issue where cached terraform versions conflict with the version we want to install
process-templates: 'false'
settings: |
- component: ${{ inputs.component }}
stack: ${{ inputs.stack }}
Expand Down

0 comments on commit 1694fc5

Please sign in to comment.