Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Nov 22, 2024
1 parent 767aaaf commit f941579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@

- name: Run Plan
run: |
terraform init -chdir="${{ matrix.directory }}"
terraform plan -chdir="${{ matrix.directory }}" -var-file="${{ matrix.configFilePath }}" -out=tfplan
terraform show -chdir="${{ matrix.directory }}" -json tfplan > tfplan.json
terraform init -chdir="${{ matrix.rootModuleFolderPath }}"
terraform plan -chdir="${{ matrix.rootModuleFolderPath }}" -var-file="${{ matrix.configFilePath }}" -out=tfplan
terraform show -chdir="${{ matrix.rootModuleFolderPath }}" -json tfplan > tfplan.json
shell: pwsh
env:
Expand Down

0 comments on commit f941579

Please sign in to comment.