Skip to content

Commit

Permalink
feat: Use Terratest for everything in AWS e.g. module validation (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech authored Sep 12, 2023
1 parent c3493e6 commit 9a48111
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_tf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,15 @@ jobs:
- name: run tests on AWS
if: inputs.cloud == 'aws'
timeout-minutes: ${{ inputs.apply_timeout }}
uses: ./.github/actions/plan_apply
uses: ./.github/actions/terratest
env:
ASSUME_ROLE: ${{ secrets.ASSUME_ROLE }}
AWS_REGION: ${{ vars.AWS_REGION }}
with:
tf_version: ${{ matrix.tf_version }}
path: ${{ matrix.path }}
do_apply: ${{ inputs.do_apply }}
terratest_action: ${{ inputs.terratest_action }}
pr-id: ${{ inputs.pr-id }}

- name: run tests on GCP
if: inputs.cloud == 'gcp'
Expand Down

0 comments on commit 9a48111

Please sign in to comment.