Skip to content

test(aws): Update comment in mock_plan test to reflect usage of varia… #5

test(aws): Update comment in mock_plan test to reflect usage of varia…

test(aws): Update comment in mock_plan test to reflect usage of varia… #5

Workflow file for this run

# This workflow is used for testing the aws terraform module.
name: AWS Tests
on:
push:
paths:
- 'aws/tf/**'
- '.github/workflows/aws-test.yml'
pull_request:
paths:
- 'aws/tf/**'
- '.github/workflows/aws-test.yml'
jobs:
test-aws:
uses: ./.github/workflows/terraform-ruw.yml
with:
working_directory: aws/tf
tflint_args: "--config=$(pwd)/.tflint.hcl"