We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9915b3 commit 9a0c288Copy full SHA for 9a0c288
.github/workflows/CICD.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Generate Matrix
11
id: matrix
12
- uses: Invicton-Labs/terraform-module-testing/matrix@v0.3.0
+ uses: Invicton-Labs/terraform-module-testing/matrix@v0.4.0
13
with:
14
minimum_tf_version: '1.10.3'
15
additional_runners: 'macos-13, windows-2019'
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Initialize
31
id: init
32
- uses: Invicton-Labs/terraform-module-testing/initialize@v0.3.0
+ uses: Invicton-Labs/terraform-module-testing/initialize@v0.4.0
33
34
tf_path: .
35
- name: Test
0 commit comments