Skip to content

Commit

Permalink
user input test
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Jan 2, 2025
1 parent 03abb8b commit 19eacb1
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions .github/workflows/tf_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
jobs:
tests:
runs-on: ubuntu-24.04
name: ${{ matrix.a }}, ${{ matrix.b }}, ${{ matrix.c }}
name: terraform (${{ matrix.aws_region }} ${{ matrix.environment }})
# name: ${{ matrix.a }}, ${{ matrix.b }}, ${{ matrix.c }}

permissions:
actions: read # Required to identify workflow run.
Expand All @@ -29,18 +30,25 @@ jobs:
# - fail_data_source_error
# - fail_format_diff
# - fail_invalid_resource_type
a:
- 1
- 2
- 3
b:
- A
-
- C
c:
- X
- Y
- Z
# a:
# - 1
# - 2
# - 3
# b:
# - A
# -
# - C
# c:
# - X
# - Y
# - Z
include:
- aws_region: us-east-1
aws_account_id: 11111111111
environment: development
- aws_region: us-east-1
aws_account_id: 22222222
environment: staging

steps:
- name: Echo context
Expand Down

0 comments on commit 19eacb1

Please sign in to comment.