Skip to content

fix: mock aws data sources in tests #36

fix: mock aws data sources in tests

fix: mock aws data sources in tests #36

Workflow file for this run

name: TF Test
on:
push:
branches:
- main
pull_request_target:
permissions:
actions: read
checks: write
contents: read
id-token: write
pull-requests: read
jobs:
tf-test:
name: 🧪 ${{ matrix.tf }} test
runs-on: ubuntu-latest
strategy:
matrix:
tf: [tofu, terraform]
steps:
- uses: masterpointio/github-action-tf-test@502514cd8c7510361658e3f64f55413487408178 # fix/pull-request-target-sha
with:
tf_type: ${{ matrix.tf }}
aws_role_arn: ${{ vars.TF_TEST_AWS_ROLE_ARN }}
github_token: ${{ secrets.GITHUB_TOKEN }}